Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dover.cpp27 class over_box : public box { class
33 over_box(int small, box *, box *);
34 ~over_box();
43 return new over_box(0, pp, qq); in make_over_box()
48 return new over_box(1, pp, qq); in make_small_over_box()
51 over_box::over_box(int is_small, box *pp, box *qq) in over_box() function in over_box
57 over_box::~over_box() in ~over_box()
63 int over_box::compute_metrics(int style) in compute_metrics()
121 void over_box::output() in output()
183 void over_box::debug_print() in debug_print()
[all …]
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1181525 * src/preproc/eqn/over.cc (over_box::output): Fix typo.
1536 * src/preproc/eqn/over.cc (over_box::compute_metrics,
1537 over_box::output): Ditto.
H A DChangeLog.117398 * src/preproc/eqn/over.cc (over_box::compute_metrics): Ditto.