Home
last modified time | relevance | path

Searched refs:list_box (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDlist.cpp24 list_box *box::to_list_box() in to_list_box()
29 list_box *list_box::to_list_box() in to_list_box()
34 void list_box::append(box *pp) in append()
36 list_box *q = pp->to_list_box(); in append()
49 list_box::list_box(box *pp) : list(pp), sty(-1) in list_box() function in list_box
51 list_box *q = pp->to_list_box(); in list_box()
91 int list_box::compute_metrics(int style) in compute_metrics()
174 void list_box::compute_sublist_width(int n) in compute_sublist_width()
198 void list_box::compute_subscript_kern() in compute_subscript_kern()
209 void list_box::output() in output()
[all …]
HDbox.h22 class list_box; variable
39 virtual list_box *to_list_box();
63 friend class list_box; variable
71 class list_box : public box {
76 list_box(box *);
83 list_box *to_list_box();
HDmark.cpp36 list_box *b = p->to_list_box(); in make_mark_box()
86 list_box *b = p->to_list_box(); in make_lineup_box()
HDeqn.y133 list_box *lb = $1->to_list_box();
135 lb = new list_box($1);
HDtext.cpp361 list_box *lb = 0; in split_text()
513 lb = new list_box(fb); in split_text()
HDscript.cpp46 list_box *b = nuc->to_list_box(); in make_script_box()
/freebsd-11-stable/contrib/groff/
HDChangeLog.115289 * eqn/list.cc (list_box::compute_metrics,
290 list_box::compute_sublist_width): Removed variable declaration to