Searched refs:com_ind (Results 1 – 4 of 4) sorted by relevance
173 ps.com_ind = 33; /* -c33 */ in main()256 if (opt.com_ind <= 1) in main()257 opt.com_ind = 2; /* don't put normal comments before column 2 */ in main()263 opt.decl_com_ind = opt.ljust_decl ? (opt.com_ind <= 10 ? 2 : opt.com_ind - 8) : opt.com_ind; in main()
170 int com_ind; /* the column in which comments to the right member
146 ps.com_col = ps.decl_on_line || ps.ind_level == 0 ? opt.decl_com_ind : opt.com_ind; in pr_comment()
120 {"c", PRO_INT, 33, 0, &opt.com_ind},