Searched refs:whilestmt (Results 1 – 3 of 3) sorted by relevance
141 case whilestmt: /* scanned while (...) */ in parse()145 ps.p_stack[++ps.tos] = whilestmt; in parse()149 ps.p_stack[++ps.tos] = whilestmt; in parse()315 case whilestmt: in reduce()327 case whilestmt: /* while (...) on top */ in reduce()
60 #define whilestmt 23 macro
920 (*token == 'w' ? whilestmt : forstmt)); in main()