Home
last modified time | relevance | path

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

/openbsd/usr.bin/indent/
H A Dpr_comment.c94 ps.box_com = false; /* at first, assume that we are not in in pr_comment()
106 ps.box_com = true; in pr_comment()
111 ps.box_com = true; /* a comment with a '-', '*' or newline in pr_comment()
144 if (ps.box_com) { in pr_comment()
157 if (*buf_ptr != ' ' && !ps.box_com) in pr_comment()
180 if (!ps.box_com) { /* in a text comment, break the line here */ in pr_comment()
205 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment, in pr_comment()
213 if (!ps.box_com && e_com - s_com > 3) { in pr_comment()
278 if (!ps.box_com) { in pr_comment()
310 if (*(e_com - 1) != ' ' && !ps.box_com) { /* insure blank before in pr_comment()
[all …]
H A Dio.c173 if (comment_open < 2 && ps.box_com) { in dump_line()
200 (s_code != e_code || s_lab != e_lab) - ps.box_com, in dump_line()
203 comment_open = 1 + ps.box_com; in dump_line()
232 if (!ps.box_com) { in dump_line()
H A Dindent_globs.h229 int box_com; /* set to true when we are in a "boxed" member