Searched refs:hyphenation_code (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h33 unsigned char hyphenation_code; member in class:charinfo
158 return hyphenation_code;
H A Dnode.h27 unsigned char hyphenation_code; member in struct:hyphen_list
619 : hyphen(0), breakable(0), hyphenation_code(code), next(p)
H A Denv.cpp2018 && h->next->hyphenation_code != 0);
2019 prev_code = h->hyphenation_code;
3809 while (h && h->hyphenation_code == 0)
3816 if (tem->hyphenation_code != 0)
3817 buf[len++] = tem->hyphenation_code;
H A Dnode.cpp2016 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code);
2803 assert((*p)->hyphenation_code == 0);
4274 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code);

Completed in 272 milliseconds