Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h36 unsigned char asciify_code; variable
168 return (translate_input ? asciify_code : 0); in get_asciify_code()
H A Dinput.cpp8107 hyphenation_code(0), flags(0), ascii_code(0), asciify_code(0), in charinfo()
8125 if (asciify_code != 0) in set_translation()
8126 ci->set_asciify_code(asciify_code); in set_translation()
8149 asciify_code = c; in set_asciify_code()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1181723 * src/roff/troff/charinfo.h (charinfo): Add `asciify_code' and
1729 `asciify_code'.