Home
last modified time | relevance | path

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

/trueos/contrib/groff/src/roff/troff/
HDcharinfo.h67 unsigned char get_hyphenation_code();
154 inline unsigned char charinfo::get_hyphenation_code() in get_hyphenation_code() function
HDnode.cpp2014 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code); in add_self()
2037 return new hyphen_list(ci->get_hyphenation_code(), tail); in get_hyphen_list()
4267 return new hyphen_list(ci->get_hyphenation_code(), tail); in get_hyphen_list()
4272 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code); in add_self()
HDenv.cpp3425 unsigned char c = ci->get_hyphenation_code(); in hyphen_word()