Home
last modified time | relevance | path

Searched refs:hyphen_line_max (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp388 return hyphen_line_max; in get_hyphen_line_max()
672 hyphen_line_max(-1), in environment()
764 hyphen_line_max(e->hyphen_line_max), in environment()
857 hyphen_line_max = e->hyphen_line_max; in copy()
1671 curenv->hyphen_line_max = n; in hyphen_line_max_request()
1673 curenv->hyphen_line_max = -1; in hyphen_line_max_request()
1904 && (hyphen_line_max < 0 in choose_breakpoint()
1908 || hyphen_line_count + 1 <= hyphen_line_max) in choose_breakpoint()
1931 && (hyphen_line_max < 0 in choose_breakpoint()
1932 || hyphen_line_count + 1 <= hyphen_line_max)) { in choose_breakpoint()
Denv.h220 int hyphen_line_max; variable