Searched refs:nleft (Results 1 - 8 of 8) sorted by relevance

/system/core/sh/
H A Deval.h46 int nleft; /* number of chars in buffer */ member in struct:backcmd
H A Doutput.h43 int nleft; member in struct:output
76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
H A Doutput.c112 file->nleft = --length;
153 dest->nleft = sizeof out_junk;
159 dest->nleft = dest->bufsize;
166 dest->nleft = dest->bufsize - offset;
172 dest->nleft--;
193 dest->nleft = dest->bufsize;
204 output.nleft = 0;
250 strout.nleft = length;
H A Dinput.c92 int nleft; /* number of chars left in this line */ member in struct:parsefile
102 int parsenleft; /* copy of parsefile->nleft */
147 int nleft = len; local
150 while (--nleft > 0) {
505 parsefile->nleft = parsenleft;
532 parsenleft = parsefile->nleft;
H A Deval.c561 result->nleft = 0;
602 TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n",
603 result->fd, result->buf, result->nleft, result->jp));
981 memout.nleft = 0;
1050 backcmd->nleft = memout.nextc - memout.buf;
H A Djobs.c1398 int nleft; local
1406 nleft = cmdnleft;
1407 while (nleft > 0 && (c = *p++) != 0) {
1478 } while (--nleft > 0 && str && (c = *str++));
1481 if ((quoted & 1) && nleft) {
1483 nleft--;
1485 cmdnleft = nleft;
H A Dexpand.c441 if (--in.nleft < 0) {
449 in.nleft = i - 1;
H A Dinit.c915 int nleft; /* number of chars left in this line */ member in struct:parsefile

Completed in 240 milliseconds