Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dover.cpp41 box *make_over_box(box *pp, box *qq) in make_over_box() function
H A Dbox.h252 box *make_over_box(box *, box *);
H A Deqn.y171 { $$ = make_over_box($1, $3); }