Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/indent/
Dparse.c112 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()
Dindent_codes.h55 #define swstmt 16 macro
Dlexi.c262 return (swstmt); in lexi()
Dindent.c844 case swstmt: /* got keyword "switch" */ in main()
846 hd_type = swstmt; /* keep this for when we have seen the in main()