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

/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Dover.cpp25 class over_box : public box { class in inherits:box
31 over_box(int small, box *, box *);
32 ~over_box();
41 return new over_box(0, pp, qq);
46 return new over_box(1, pp, qq);
49 over_box::over_box(int is_small, box *pp, box *qq) function in class:over_box
55 over_box::~over_box()
61 int over_box
[all...]

Completed in 84 milliseconds