Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp3371 struct hyphenation_language { struct
3375 hyphenation_language(symbol nm) : name(nm), exceptions(501) {} in hyphenation_language() argument
3376 ~hyphenation_language() { } in ~hyphenation_language() argument
3380 hyphenation_language *current_language = 0;
3386 current_language = (hyphenation_language *)language_dictionary.lookup(nm); in set_hyphenation_language()
3388 current_language = new hyphenation_language(nm); in set_hyphenation_language()
/freebsd-9-stable/contrib/groff/
DChangeLog.1151741 (hyphenation_language): New struct.