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

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c93 ps.box_com = false; /* at first, assume that we are not in
102 ps.box_com = true;
109 ps.box_com = true; /* A comment with a '-' or '*' immediately
146 if (ps.box_com) {
169 if (*buf_ptr != ' ' && !ps.box_com)
194 if (!ps.box_com && opt.star_comment_cont)
205 if (!ps.box_com) { /* in a text comment, break the line here */
210 if (!ps.box_com && opt.star_comment_cont)
230 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment,
234 if (!ps.box_com
[all...]
H A Dindent_globs.h246 int box_com; /* set to true when we are in a "boxed" member in struct:parser_state

Completed in 67 milliseconds