Lines Matching refs:box_com
92 ps.box_com = false; /* at first, assume that we are not in in pr_comment()
101 ps.box_com = true; in pr_comment()
108 ps.box_com = true; /* A comment with a '-' or '*' immediately in pr_comment()
145 if (ps.box_com) { in pr_comment()
168 if (*buf_ptr != ' ' && !ps.box_com) in pr_comment()
193 if (!ps.box_com && opt.star_comment_cont) in pr_comment()
204 if (!ps.box_com) { /* in a text comment, break the line here */ in pr_comment()
209 if (!ps.box_com && opt.star_comment_cont) in pr_comment()
229 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment, in pr_comment()
233 if (!ps.box_com && e_com - s_com > 3) { in pr_comment()
239 if (!ps.box_com && opt.star_comment_cont) in pr_comment()
256 if (!ps.box_com) { in pr_comment()
291 if (e_com[-1] != ' ' && e_com[-1] != '\t' && !ps.box_com) in pr_comment()
314 if (now_col > adj_max_col && !ps.box_com && e_com[-1] > ' ') { in pr_comment()
320 if (!ps.box_com && opt.star_comment_cont) in pr_comment()
327 if (!ps.box_com && opt.star_comment_cont) in pr_comment()