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

/freebsd-current/usr.bin/indent/
H A Dparse.c47 float case_ind; variable
184 ps.cstk[ps.tos] = case_ind;
187 case_ind = ps.i_l_follow + opt.case_indent; /* cases should be one
308 case_ind = ps.cstk[ps.tos - 1];
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

Completed in 76 milliseconds