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) {
290 while (/* CONSTCOND */ 1) {
295 while ((iop = synio(cf)) != NULL) {
338 while (token(CONTIN) == LWORD)
436 case WHILE:
439 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
489 while ((iop = synio(syniocf)) != NULL) {
526 * but not for while/until loops - we don't need to check if it
527 * is a while loop because it would have been parsed as part of
594 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) {
632 } while (token(0) == '|');
742 while ((c = token(0)) == LWORD)
786 { "while", WHILE, true },
1082 while (ksh_isdigit(*s)) {
1103 while (ksh_isdigit(*s)) {
1110 while (ksh_isdigit(*s))