Home
last modified time | relevance | path

Searched refs:set_alignment (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/groff/src/preproc/eqn/
HDeqn.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; }
HDbox.h98 void set_alignment(alignment);
114 void set_alignment(alignment a) { col.set_alignment(a); } in set_alignment() function
HDpile.cpp263 void column::set_alignment(alignment a) in set_alignment() function in column
/trueos/contrib/gcc/
HDChangeLog-200028822 * store-layout.c (maximum_field_alignment, set_alignment):
28831 (maximum_field_alignment, set_alignment): Now unsigned.
HDChangeLog-200529900 * stor-layout.c (set_alignment): Remove.