Searched refs:whilestmt (Results 1 – 3 of 3) sorted by relevance
124 case whilestmt: /* scanned while (...) */ in parse()128 ps.p_stack[++ps.tos] = whilestmt; in parse()132 ps.p_stack[++ps.tos] = whilestmt; in parse()296 case whilestmt: in reduce()308 case whilestmt: /* while (...) on top */ in reduce()
58 #define whilestmt 23 macro
960 (*token == 'w' ? whilestmt : forstmt)); in main()