Searched refs:handle_char_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | text.cpp | 39 void handle_char_type(int, int); 50 void handle_char_type(int, int); 261 void char_box::handle_char_type(int st, int ft) in handle_char_type() function in char_box 269 void special_char_box::handle_char_type(int st, int ft) in handle_char_type() function in special_char_box 285 b->handle_char_type(st, ft); in set_char_type() 301 void handle_char_type(int, int); 349 void prime_box::handle_char_type(int st, int ft) in handle_char_type() function in prime_box 351 p->handle_char_type(st, ft); in handle_char_type() 352 pb->handle_char_type(st, ft); in handle_char_type()
|
H A D | box.h | 46 virtual void handle_char_type(int, int); 86 void handle_char_type(int, int);
|
H A D | list.cpp | 225 void list_box::handle_char_type(int st, int ft) in handle_char_type() function in list_box 228 list.p[i]->handle_char_type(st, ft); in handle_char_type()
|
H A D | box.cpp | 422 void box::handle_char_type(int, int) in handle_char_type() function in box
|