Home | History | Annotate | Download | only in sh

Lines Matching refs:parselleft

103 MKINIT int parselleft;		/* copy of parsefile->lleft */
129 parselleft = parsenleft = 0; /* clear input buffer */
304 if (parselleft <= 0) {
305 if ((parselleft = preadfd()) == -1) {
306 parselleft = parsenleft = EOF_NLEFT;
337 if (--parselleft <= 0) {
400 sp->prevlleft = parselleft;
417 parselleft = sp->prevlleft;
471 parselleft = parsenleft = 0;
487 parselleft = parsenleft = strlen(string);
506 parsefile->lleft = parselleft;
533 parselleft = parsefile->lleft;