Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDother.cpp498 vmotion_box::vmotion_box(int i, box *pp) : pointer_box(pp), n(i) in vmotion_box() function in vmotion_box
502 int vmotion_box::compute_metrics(int style) in compute_metrics()
520 void vmotion_box::output() in output()
527 void vmotion_box::debug_print() in debug_print()
HDbox.h227 class vmotion_box : public pointer_box {
231 vmotion_box(int, box *);
HDeqn.y248 { $$ = new vmotion_box($2, $3); }
250 { $$ = new vmotion_box(-$2, $3); }