Searched refs:CENTER_ALIGN (Results 1 – 3 of 3) sorted by relevance
65 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()
208 { $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; }
91 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enumerator