Searched refs:swstmt (Results 1 – 4 of 4) sorted by relevance
112 if (ps.p_stack[ps.tos] == swstmt && ps.case_indent >= 1) in parse()168 case swstmt: /* had switch (...) */ in parse()169 ps.p_stack[++ps.tos] = swstmt; in parse()290 case swstmt: in reduce()
55 #define swstmt 16 macro
262 return (swstmt); in lexi()
844 case swstmt: /* got keyword "switch" */ in main()846 hd_type = swstmt; /* keep this for when we have seen the in main()