Searched refs:make_limit_box (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/groff/src/preproc/eqn/ |
| HD | eqn.y | 154 { $$ = 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); }
|
| HD | limit.cpp | 38 box *make_limit_box(box *pp, box *qq, box *rr) in make_limit_box() function
|
| HD | box.h | 252 box *make_limit_box(box *, box *, box *);
|