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

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

Completed in 113 milliseconds