Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp3683 int have_patterns = 0; // we've seen \patterns in read_patterns_file() local
3729 if (have_patterns || have_hyphenation) in read_patterns_file()
3731 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3733 have_patterns = 1; in read_patterns_file()
3744 if (have_patterns || have_hyphenation) in read_patterns_file()
3746 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3756 if (have_patterns || have_hyphenation) in read_patterns_file()
3758 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3762 if (have_patterns) { in read_patterns_file()
3763 have_patterns = 0; in read_patterns_file()
[all …]