| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| html.h | 53 simple_output(FILE *, int max_line_length); 83 int max_line_length; // not including newline member in class:simple_output
|
| output.cpp | 150 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0) 224 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) { 238 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) { 355 if (col + len + 1 > max_line_length) {
|
| /src/external/gpl2/groff/dist/src/devices/grops/ |
| ps.h | 26 ps_output(FILE *, int max_line_length); 49 int max_line_length; // not including newline member in class:ps_output
|
| ps.cpp | 68 #define MAX_LINE_LENGTH 72 95 : fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0) 176 if (col + len + 1 > max_line_length) { 196 if (col + 1 > max_line_length) { 222 if (col + n*2 + 2 > max_line_length && n*2 + 2 <= max_line_length) { 226 if (col + 1 > max_line_length) { 233 if (col + 2 > max_line_length) { 244 if (col + len + 2 > max_line_length && len + 2 <= max_line_length) { [all...] |
| /src/usr.bin/indent/ |
| pr_comment.c | 61 fits_in_one_line(int max_line_length) 72 return ind <= max_line_length; 93 int line_length = opt.max_line_length;
|
| io.c | 249 int overflow = ind_add(ind, code.s, code.len) - opt.max_line_length; 251 && ind_add(base_ind, code.s, code.len) < opt.max_line_length) {
|
| args.c | 104 int_option("l", max_line_length, 1, 999),
|
| indent.h | 249 int max_line_length; member in struct:options
|
| indent.c | 69 .max_line_length = 78, 274 opt.block_comment_max_line_length = opt.max_line_length; 880 >= opt.max_line_length - typical_varname_length))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pretty-print.cc | 2449 int max_line_length) 2453 pp_set_line_maximum_length (this, max_line_length);
|