Home
last modified time | relevance | path

Searched defs:char_info (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dtext.cpp75 struct char_info { struct
78 char_info(); argument
81 char_info::char_info() in char_info() function in char_info
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp167 struct char_info { struct
168 uint16 charcode;
169 uint16 width;
170 int16 ascent;
171 int16 descent;
172 int16 left_extent;
173 uint16 right_extent;
174 uint16 symbol_set;
175 unsigned char code;
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp97 char_info_word *char_info; member in tfm
248 a_delete char_info; in ~tfm() local