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

/freebsd-9.3-release/usr.bin/indent/
H A Dindent_globs.h260 int com_ind; /* the column in which comments to the right member in struct:parser_state
H A Dindent.c165 ps.com_ind = 33; /* -c33 */
176 * ps.com_ind */
235 if (ps.com_ind <= 1)
236 ps.com_ind = 2; /* dont put normal comments before column 2 */
262 ps.decl_com_ind = ps.ljust_decl ? (ps.com_ind <= 10 ? 2 : ps.com_ind - 8) : ps.com_ind;
H A Dargs.c108 {"c", PRO_INT, 33, 0, &ps.com_ind},
H A Dpr_comment.c153 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? ps.decl_com_ind : ps.com_ind;

Completed in 49 milliseconds