Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp395 return hyphen_line_count; in get_hyphen_line_count()
673 hyphen_line_count(0), in environment()
765 hyphen_line_count(0), in environment()
860 hyphen_line_count = 0; in copy()
1759 hyphen_line_count = 0; in newline()
1910 || hyphen_line_count + 1 <= hyphen_line_max) in choose_breakpoint()
1934 || hyphen_line_count + 1 <= hyphen_line_max)) { in choose_breakpoint()
2116 hyphen_line_count++; in possibly_break_line()
2118 hyphen_line_count = 0; in possibly_break_line()
2366 hyphen_line_count = 0; in do_break()
[all …]
H A Denv.h221 int hyphen_line_count; variable