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

/freebsd-10.1-release/usr.bin/indent/
H A Dparse.c120 if (ps.p_stack[ps.tos] == swstmt && ps.case_indent >= 1)
181 case_ind = ps.i_l_follow + ps.case_indent; /* cases should be one
184 ps.i_l_follow += ps.case_indent + 1; /* statements should be two
H A Dargs.c248 * Because ps.case_indent is a float, we can't initialize it from the
251 ps.case_indent = 0.0; /* -cli0.0 */
279 ps.case_indent = atof(param_start);
H A Dindent_globs.h317 float case_indent; /* The distance to indent case labels from the member in struct:parser_state
H A Dindent.c180 ps.case_indent = 0; /* -cli0 */

Completed in 25 milliseconds