Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp393 return hyphen_line_count; in get_hyphen_line_count()
671 hyphen_line_count(0), in environment()
763 hyphen_line_count(0), in environment()
858 hyphen_line_count = 0; in copy()
1757 hyphen_line_count = 0; in newline()
1908 || hyphen_line_count + 1 <= hyphen_line_max) in choose_breakpoint()
1932 || hyphen_line_count + 1 <= hyphen_line_max)) { in choose_breakpoint()
2114 hyphen_line_count++; in possibly_break_line()
2116 hyphen_line_count = 0; in possibly_break_line()
2364 hyphen_line_count = 0; in do_break()
[all …]
Denv.h219 int hyphen_line_count; variable