Searched refs:tab_box (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dbox.cpp545 tab_box::tab_box() : disabled(0) function in class:tab_box
549 // We treat a tab_box as having width 0 for width computations.
551 void tab_box::output()
557 void tab_box::check_tabs(int level)
609 void tab_box::debug_print()
H A Dbox.h188 class tab_box : public box { class in inherits:box
191 tab_box();
H A Deqn.y204 { $$ = new tab_box; }
H A Deqn.cpp922 { yyval.b = new tab_box; }

Completed in 89 milliseconds