Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/include/
HDfont.h46 int get_character_type(int index);
/NextBSD/contrib/groff/src/libs/libgroff/
HDfont.cpp374 int font::get_character_type(int c) in get_character_type() function in font
/NextBSD/contrib/groff/src/roff/troff/
HDnode.cpp204 int get_character_type(charinfo *);
550 inline int tfont::get_character_type(charinfo *ci) in get_character_type() function in tfont
552 return fm->get_character_type(ci->get_index()); in get_character_type()
2009 return tf->get_character_type(ci); in character_type()