Searched refs:case_indent (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dparse.c126 if (ps.p_stack[ps.tos] == swstmt && opt.case_indent >= 1)
187 case_ind = ps.i_l_follow + opt.case_indent; /* cases should be one
190 ps.i_l_follow += opt.case_indent + 1; /* statements should be two
H A Dindent_globs.h167 float case_indent; /* The distance to indent case labels from the member in struct:options
H A Dargs.c249 * Because ps.case_indent is a float, we can't initialize it from the
252 opt.case_indent = 0.0; /* -cli0.0 */
281 opt.case_indent = atof(param_start);
H A Dindent.c203 ps.case_indent = 0; /* -cli0 */

Completed in 182 milliseconds