Searched refs:set_alignment (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Deqn.y208 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
210 { $2->set_alignment(LEFT_ALIGN); $$ = $2; }
212 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
214 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
306 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
308 { $2->set_alignment(LEFT_ALIGN); $$ = $2; }
310 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
312 { $2->set_alignment(CENTER_ALIGN); $$ = $2; }
H A Dbox.h98 void set_alignment(alignment);
114 void set_alignment(alignment a) { col.set_alignment(a); } function in class:pile_box
H A Dpile.cpp263 void column::set_alignment(alignment a) function in class:column

Completed in 92 milliseconds