Home
last modified time | relevance | path

Searched refs:handle_char_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dtext.cpp39 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 Dbox.h46 virtual void handle_char_type(int, int);
86 void handle_char_type(int, int);
H A Dlist.cpp225 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 Dbox.cpp422 void box::handle_char_type(int, int) in handle_char_type() function in box