(root)/
strace-6.5/
src/
xlat/
term_oflags.in
#ifdef ALPHA
XTABS   /* required by POSIX to == TAB3; but not on Alpha! */
#endif

OPOST   /* Perform output processing.  */
OLCUC   /* Map lower case to upper case on output.  */
ONLCR   /* Map NL to CR-NL on output.  */
OCRNL
ONOCR
ONLRET
OFILL
OFDEL

PAGEOUT /* SUNOS specific */
WRAP    /* SUNOS specific */