Searched refs:handle_char_type (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/groff/src/preproc/eqn/ |
| HD | text.cpp | 37 void handle_char_type(int, int); 48 void handle_char_type(int, int); 259 void char_box::handle_char_type(int st, int ft) in handle_char_type() function in char_box 267 void special_char_box::handle_char_type(int st, int ft) in handle_char_type() function in special_char_box 283 b->handle_char_type(st, ft); in set_char_type() 299 void handle_char_type(int, int); 347 void prime_box::handle_char_type(int st, int ft) in handle_char_type() function in prime_box 349 p->handle_char_type(st, ft); in handle_char_type() 350 pb->handle_char_type(st, ft); in handle_char_type()
|
| HD | box.h | 44 virtual void handle_char_type(int, int); 84 void handle_char_type(int, int);
|
| HD | list.cpp | 223 void list_box::handle_char_type(int st, int ft) in handle_char_type() function in list_box 226 list.p[i]->handle_char_type(st, ft); in handle_char_type()
|
| HD | box.cpp | 420 void box::handle_char_type(int, int) in handle_char_type() function in box
|