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