Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h69 unsigned char get_hyphenation_code();
156 inline unsigned char charinfo::get_hyphenation_code() in get_hyphenation_code() function
H A Dnode.cpp2016 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code); in add_self()
2039 return new hyphen_list(ci->get_hyphenation_code(), tail); in get_hyphen_list()
4269 return new hyphen_list(ci->get_hyphenation_code(), tail); in get_hyphen_list()
4274 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code); in add_self()
H A Denv.cpp3427 unsigned char c = ci->get_hyphenation_code(); in hyphen_word()