Home | History | Annotate | Download | only in src

Lines Matching refs:WHILE

80 #define musthave(c,cf)	do { if (token(cf) != (c)) syntaxerr(NULL); } while (/* CONSTCOND */ 0)
107 while (token(0) == '|') {
128 while ((c = token(0)) == LOGAND || c == LOGOR) {
145 while (/* CONSTCOND */ 1) {
289 while (/* CONSTCOND */ 1) {
294 while ((iop = synio(cf)) != NULL) {
337 while (token(CONTIN) == LWORD)
435 case WHILE:
438 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
488 while ((iop = synio(syniocf)) != NULL) {
525 * but not for while/until loops - we don't need to check if it
526 * is a while loop because it would have been parsed as part of
593 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) {
631 } while (token(0) == '|');
741 while ((c = token(0)) == LWORD)
779 { "while", WHILE, true },
1075 while (ksh_isdigit(*s)) {
1096 while (ksh_isdigit(*s)) {
1103 while (ksh_isdigit(*s))