Searched refs:swstmt (Results 1 – 4 of 4) sorted by relevance
126 if (ps.p_stack[ps.tos] == swstmt && opt.case_indent >= 1) in parse()182 case swstmt: /* had switch (...) */ in parse()183 ps.p_stack[++ps.tos] = swstmt; in parse()306 case swstmt: in reduce()
53 #define swstmt 16 macro
279 return (swstmt); in lexi()
910 case swstmt: /* got keyword "switch" */ in main()912 hd_type = swstmt; /* keep this for when we have seen the in main()