Home
last modified time | relevance | path

Searched refs:whilestmt (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/indent/
H A Dparse.c141 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()
H A Dindent_codes.h60 #define whilestmt 23 macro
H A Dindent.c920 (*token == 'w' ? whilestmt : forstmt)); in main()