Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/roff/troff/
HDenv.cpp3681 int have_patterns = 0; // we've seen \patterns in read_patterns_file() local
3727 if (have_patterns || have_hyphenation) in read_patterns_file()
3729 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3731 have_patterns = 1; in read_patterns_file()
3742 if (have_patterns || have_hyphenation) in read_patterns_file()
3744 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3754 if (have_patterns || have_hyphenation) in read_patterns_file()
3756 have_patterns ? "\\patterns" : "\\hyphenation"); in read_patterns_file()
3760 if (have_patterns) { in read_patterns_file()
3761 have_patterns = 0; in read_patterns_file()
[all …]