Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDother.cpp467 fat_box::fat_box(box *pp) : pointer_box(pp) in fat_box() function in fat_box
471 int fat_box::compute_metrics(int style) in compute_metrics()
481 void fat_box::output() in output()
490 void fat_box::debug_print() in debug_print()
HDbox.h219 class fat_box : public pointer_box {
221 fat_box(box *);
HDeqn.y238 { $$ = new fat_box($2); }