HomeSort by: relevance | last modified time | path
    Searched refs:hyphenation_code (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 33 unsigned char hyphenation_code; member in class:charinfo
158 return hyphenation_code;
node.h 27 unsigned char hyphenation_code; member in struct:hyphen_list
619 : hyphen(0), breakable(0), hyphenation_code(code), next(p)
env.cpp 2018 && 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;
node.cpp 2016 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 41 milliseconds