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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c188 #define DOTSEEN 0x40 /* dot appeared in format specification */ macro
750 flagword |= DOTSEEN;
760 if (!(flagword & DOTSEEN)) {
770 flagword ^= DOTSEEN; /* ANSI sez so */
787 if (flagword & DOTSEEN) {
814 if (flagword & DOTSEEN) {
818 flagword ^= DOTSEEN; /* XSH */
833 if (!(flagword & (DOTSEEN | FMINUS)))
850 if (flagword & DOTSEEN)
932 * decimal point, then flagword & DOTSEEN
[all...]

Completed in 16 milliseconds