Searched defs:nleft (Results 1 - 5 of 5) 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 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 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 Dinit.c915 int nleft; /* number of chars left in this line */ member in struct:parsefile

Completed in 114 milliseconds