Home
last modified time | relevance | path

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

/src/usr.bin/indent/
H A Dparse.c47 float case_ind; variable
184 ps.cstk[ps.tos] = case_ind; in parse()
187 case_ind = ps.i_l_follow + opt.case_indent; /* cases should be one in parse()
308 case_ind = ps.cstk[ps.tos - 1]; in reduce()
H A Dindent_globs.h230 extern float case_ind; /* indentation level to be used for a "case
H A Dio.c256 ps.pcase ? (int) (case_ind * opt.ind_size) + 1 in compute_label_target()