HomeSort by: relevance | last modified time | path
    Searched defs:may_wrap (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/indent/
pr_comment.c 90 bool may_wrap = true; local in function:analyze_comment
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; local in function:process_comment
    [all...]
pr_comment.c 90 bool may_wrap = true; local in function:analyze_comment
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; local in function:process_comment
    [all...]
pr_comment.c 90 bool may_wrap = true; local in function:analyze_comment
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; local in function:process_comment
    [all...]
pr_comment.c 90 bool may_wrap = true; local in function:analyze_comment
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; local in function:process_comment
    [all...]

Completed in 157 milliseconds