Home
last modified time | relevance | path

Searched refs:swstmt (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/indent/
H A Dparse.c126 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()
H A Dindent_codes.h53 #define swstmt 16 macro
H A Dlexi.c279 return (swstmt); in lexi()
H A Dindent.c910 case swstmt: /* got keyword "switch" */ in main()
912 hd_type = swstmt; /* keep this for when we have seen the in main()