Searched refs:CON_for (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Dparse.c62 #define CON_for (1<<7) /* for loop block */ macro
163 "for", CON_for,
222 if (cp->flags & CON_for)
335 if (cp->flags & (CON_for|CON_while))
1039 else if (!(c & CON_skip) || (c & (CON_for | CON_while)) && !(c & CON_kept))
1042 if ((c & CON_while) && expr(sp, pp->cp->loop.w.test) || (c & CON_for) && iterate())
1061 if (c & CON_for)
1079 case CON_for:
1082 pp->cp->flags = CON_for;
1168 if ((cp->flags & (CON_for | CON_whil
[all...]

Completed in 20 milliseconds