Home
last modified time | relevance | path

Searched refs:input_code (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtt560_api.h272 unsigned input_code :4; member
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp4903 unsigned char input_code = s->get_ascii_code(); in make_glyph_node() local
4904 if (input_code != 0) { in make_glyph_node()
4905 if (csgraph(input_code)) in make_glyph_node()
4906 warning(WARN_CHAR, "can't find character `%1'", input_code); in make_glyph_node()
4909 int(input_code)); in make_glyph_node()