Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp3373 struct hyphenation_language { struct
3377 hyphenation_language(symbol nm) : name(nm), exceptions(501) {} in hyphenation_language() argument
3378 ~hyphenation_language() { } in ~hyphenation_language() argument
3382 hyphenation_language *current_language = 0;
3388 current_language = (hyphenation_language *)language_dictionary.lookup(nm); in set_hyphenation_language()
3390 current_language = new hyphenation_language(nm); in set_hyphenation_language()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1151741 (hyphenation_language): New struct.