Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/preproc/eqn/
HDpile.cpp69 case RIGHT_ALIGN: in output()
85 case RIGHT_ALIGN: in output()
178 case RIGHT_ALIGN: in output()
194 case RIGHT_ALIGN: in output()
280 case RIGHT_ALIGN: in debug_print()
HDeqn.y212 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
310 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
HDbox.h91 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enumerator