Home
last modified time | relevance | path

Searched refs:size_box (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDother.cpp389 size_box::size_box(char *s, box *pp) : pointer_box(pp), size(s) in size_box() function in size_box
393 int size_box::compute_metrics(int style) in compute_metrics()
406 void size_box::output() in output()
413 size_box::~size_box() in ~size_box()
418 void size_box::debug_print() in debug_print()
HDbox.h197 class size_box : public pointer_box {
201 size_box(char *, box *);
202 ~size_box();
HDeqn.y242 { $$ = new size_box($2, $3); }
HDbox.cpp289 b = new size_box(strsave(buf), b); in top_level()
/freebsd-11-stable/contrib/groff/
HDChangeLog.1181534 * src/preproc/eqn/other.cc (size_box::compute_metrics,
1535 size_box::output): Ditto.