Lines Matching defs:may_wrap
90 bool may_wrap = true;
91 bool delim = false; // only relevant if may_wrap
96 may_wrap = false;
102 may_wrap = false;
114 if (may_wrap && in.p[0] == '\n')
116 if (may_wrap && opt.comment_delimiter_on_blank_line)
133 if (!may_wrap) {
146 *p_may_wrap = may_wrap;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length)
157 if (may_wrap) {
343 bool may_wrap, delim;
346 analyze_comment(&may_wrap, &delim, &line_length);
347 copy_comment_start(may_wrap, &delim, line_length);
348 if (may_wrap)