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

/freebsd-current/usr.bin/indent/
H A Dindent_globs.h169 int com_ind; /* the column in which comments to the right member in struct:options
H A Dindent.c188 ps.com_ind = 33; /* -c33 */
199 * ps.com_ind */
271 if (opt.com_ind <= 1)
272 opt.com_ind = 2; /* don't put normal comments before column 2 */
278 opt.decl_com_ind = opt.ljust_decl ? (opt.com_ind <= 10 ? 2 : opt.com_ind - 8) : opt.com_ind;
H A Dpr_comment.c139 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind;
H A Dargs.c112 {"c", PRO_INT, 33, 0, &opt.com_ind},

Completed in 71 milliseconds