Searched refs:make_script_box (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | eqn.y | 180 { $$ = make_script_box($1, 0, $3); } 187 { $$ = make_script_box($1, $3, 0); } 189 { $$ = make_script_box($1, $3, $5); }
|
H A D | script.cpp | 46 box *make_script_box(box *nuc, box *sub, box *sup) in make_script_box() function 50 b->list.p[b->list.len-1] = make_script_box(b->list.p[b->list.len - 1], in make_script_box()
|
H A D | box.h | 69 box *make_script_box(box *, box *, box *); 88 friend box *make_script_box(box *, box *, box *);
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 1902 make_script_box), src/roff/troff/div.h (end_diversions), 2147 `make_script_box', `make_mark_box' and `make_lineup_box'.
|