Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDeqn.y154 { $$ = make_limit_box($1, 0, $3); }
156 { $$ = make_limit_box($1, $3, 0); }
158 { $$ = make_limit_box($1, $3, $5); }
160 { $$ = make_limit_box($1, make_limit_box($3, $5, 0), 0); }
HDlimit.cpp38 box *make_limit_box(box *pp, box *qq, box *rr) in make_limit_box() function
HDbox.h252 box *make_limit_box(box *, box *, box *);