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

/freebsd-10.1-release/contrib/groff/src/preproc/eqn/
H A Dmark.cpp24 class mark_box : public pointer_box { class in inherits:pointer_box
26 mark_box(box *);
42 return new mark_box(p);
45 mark_box::mark_box(box *pp) : pointer_box(pp) function in class:mark_box
49 void mark_box::output()
54 int mark_box::compute_metrics(int style)
66 void mark_box::debug_print()

Completed in 102 milliseconds