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

/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dcharinfo.h31 unsigned char hyphenation_code; member in class:charinfo
156 return hyphenation_code;
H A Dnode.h25 unsigned char hyphenation_code; member in struct:hyphen_list
617 : hyphen(0), breakable(0), hyphenation_code(code), next(p)
H A Denv.cpp2016 && h->next->hyphenation_code != 0);
2017 prev_code = h->hyphenation_code;
3807 while (h && h->hyphenation_code == 0)
3814 if (tem->hyphenation_code != 0)
3815 buf[len++] = tem->hyphenation_code;
H A Dnode.cpp2014 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code);
2801 assert((*p)->hyphenation_code == 0);
4272 assert(ci->get_hyphenation_code() == (*p)->hyphenation_code);

Completed in 68 milliseconds