Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDtext.cpp37 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()
HDbox.h44 virtual void handle_char_type(int, int);
84 void handle_char_type(int, int);
HDlist.cpp223 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()
HDbox.cpp420 void box::handle_char_type(int, int) in handle_char_type() function in box