Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDpile.cpp65 case CENTER_ALIGN: in output()
81 case CENTER_ALIGN: in output()
174 case CENTER_ALIGN: in output()
190 case CENTER_ALIGN: in output()
259 column::column(box *pp) : box_list(pp), align(CENTER_ALIGN), space(0) in column()
283 case CENTER_ALIGN: in debug_print()
HDeqn.y208 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
214 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
306 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
312 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
HDbox.h91 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enumerator