Home
last modified time | relevance | path

Searched refs:box_com (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/indent/
H A Dpr_comment.c92 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()
[all …]
H A Dindent_globs.h246 int box_com; /* set to true when we are in a "boxed" member