Searched refs:max_line_length (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/devices/grops/ |
| H A D | ps.cpp | 95 : fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0) in ps_output() 176 if (col + len + 1 > max_line_length) { in comment_arg() 196 if (col + 1 > max_line_length) { in put_delimiter() 222 if (col + n*2 + 2 > max_line_length && n*2 + 2 <= max_line_length) { in put_string() 226 if (col + 1 > max_line_length) { in put_string() 233 if (col + 2 > max_line_length) { in put_string() 244 if (col + len + 2 > max_line_length && len + 2 <= max_line_length) { in put_string() 248 if (col + 2 > max_line_length) { in put_string() 264 if (col + len + 1 > max_line_length) { in put_string() 297 if (col > 0 && col + len + need_space > max_line_length) { in put_number() [all …]
|
| H A D | ps.h | 26 ps_output(FILE *, int max_line_length); 49 int max_line_length; // not including newline variable
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
| H A D | output.cpp | 150 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0) in simple_output() 224 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) { in check_newline() 238 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) { in space_or_newline() 355 if (col + len + 1 > max_line_length) { in flush_last_word()
|
| H A D | html.h | 53 simple_output(FILE *, int max_line_length); 83 int max_line_length; // not including newline variable
|
| /netbsd-src/usr.bin/indent/ |
| H A D | pr_comment.c | 61 fits_in_one_line(int max_line_length) in fits_in_one_line() argument 72 return ind <= max_line_length; in fits_in_one_line() 93 int line_length = opt.max_line_length; in analyze_comment()
|
| H A D | io.c | 249 int overflow = ind_add(ind, code.s, code.len) - opt.max_line_length; in compute_lined_up_code_indent() 251 && ind_add(base_ind, code.s, code.len) < opt.max_line_length) { in compute_lined_up_code_indent()
|
| H A D | indent.h | 249 int max_line_length; 248 int max_line_length; global() member
|
| H A D | args.c | 104 int_option("l", max_line_length, 1, 999),
|
| H A D | indent.c | 69 .max_line_length = 78, 274 opt.block_comment_max_line_length = opt.max_line_length; in parse_command_line() 880 >= opt.max_line_length - typical_varname_length)) in process_label_colon()
|
| /netbsd-src/crypto/dist/ipsec-tools/misc/ |
| H A D | cvs2cl.pl | 1443 my $max_line_length = shift; # Amount left for a blank line. 1492 $length_remaining = $max_line_length - (length ($user_indent)); 1505 $length_remaining = $max_line_length; 1528 $length_remaining = $max_line_length - (length ($user_indent)); 1571 if ($length_remaining == ($max_line_length - (length ($user_indent)))) 1582 $length_remaining = $max_line_length - (length ($user_indent));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pretty-print.cc | 2448 int max_line_length) in test_pretty_printer() argument 2452 pp_set_line_maximum_length (this, max_line_length); in test_pretty_printer()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | pretty-print.c | 2448 int max_line_length) in test_pretty_printer() argument 2452 pp_set_line_maximum_length (this, max_line_length); in test_pretty_printer()
|