Home
last modified time | relevance | path

Searched refs:MAX_LINE_LENGTH (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/groff/src/utils/pfbtops/
HDpfbtops.c37 #define MAX_LINE_LENGTH 78 macro
115 else if (count >= MAX_LINE_LENGTH) { in get_text()
/trueos/contrib/groff/src/devices/grops/
HDps.cpp66 #define MAX_LINE_LENGTH 72 macro
602 : out(0, MAX_LINE_LENGTH), in ps_printer()
/trueos/contrib/groff/src/devices/grohtml/
HDpost-html.cpp53 #define MAX_LINE_LENGTH 60 /* maximum characters we want in a line */ macro
4157 : html(0, MAX_LINE_LENGTH), in html_printer()
/trueos/contrib/gcc/
HDgenautomata.c8580 #define MAX_LINE_LENGTH 70 macro
8605 if (curr_line_length + strlen (name) + 1 > MAX_LINE_LENGTH ) in output_automaton_units()
8662 if (curr_line_length + strlen (insn_name) > MAX_LINE_LENGTH) in output_state_arcs()
/trueos/contrib/groff/
HDChangeLog.115927 * grops/ps.cc (ps_printer::ps_printer): Use MAX_LINE_LENGTH for
928 initializing `out'. Reduce MAX_LINE_LENGTH from 79 to 72.