Searched refs:max_line_length (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dhtml.h51 simple_output(FILE *, int max_line_length);
81 int max_line_length; // not including newline member in class:simple_output
H A Doutput.cpp148 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0)
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
353 if (col + len + 1 > max_line_length) {
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.h24 ps_output(FILE *, int max_line_length);
47 int max_line_length; // not including newline member in class:ps_output
H A Dps.cpp93 : fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0)
174 if (col + len + 1 > max_line_length) {
194 if (col + 1 > max_line_length) {
220 if (col + n*2 + 2 > max_line_length && n*2 + 2 <= max_line_length) {
224 if (col + 1 > max_line_length) {
231 if (col + 2 > max_line_length) {
242 if (col + len + 2 > max_line_length && len + 2 <= max_line_length) {
246 if (col + 2 > max_line_length) {
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Dcstring_literals.c164 unsigned long i, line_number, line_length, max_line_length, output_offset; local
177 max_line_length = 1;
187 if(line_length > max_line_length)
188 max_line_length = line_length;
200 buffer = allocate(max_line_length + 1);
H A Dliteral_pointers.c733 unsigned long i, line_number, line_length, max_line_length, output_offset; local
746 max_line_length = 1;
756 if(line_length > max_line_length)
757 max_line_length = line_length;
769 buffer = allocate(max_line_length + 1);

Completed in 135 milliseconds