Home | History | Annotate | Download | only in ksh

Lines Matching refs:WHILE

92 		while (token(0) == '|') {
113 while ((c = token(0)) == LOGAND || c == LOGOR) {
131 while (1) {
238 while (1) {
349 case WHILE:
352 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
396 while ((iop = synio(syniocf)) != NULL) {
433 * but not for while/until loops - we don't need to check if it
434 * is a while loop because it would have been parsed as part of
500 while ((tpeek(CONTIN|KEYWORD|ESACONLY)) != c) { /* no ALIAS here */
527 } while ((c = token(0)) == '|');
614 while ((c = token(0)) == LWORD)
663 { "while", WHILE, true },