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

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c87 #define DOTSEEN 64 /* dot appeared in format specification */ macro
343 flagword |= DOTSEEN;
353 if (!(flagword & DOTSEEN)) {
374 if (flagword & DOTSEEN) {
397 if (flagword & DOTSEEN)
407 if (!(flagword & (DOTSEEN | FMINUS)))
425 if (flagword & DOTSEEN)
453 * decimal point, then flagword & DOTSEEN
548 if (qval != 0 || !(flagword & DOTSEEN))
563 if (flagword & DOTSEEN) {
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c188 #define DOTSEEN 0x40 /* dot appeared in format specification */ macro
743 flagword |= DOTSEEN;
753 if (!(flagword & DOTSEEN)) {
763 flagword ^= DOTSEEN; /* ANSI sez so */
780 if (flagword & DOTSEEN) {
807 if (flagword & DOTSEEN) {
811 flagword ^= DOTSEEN; /* XSH */
826 if (!(flagword & (DOTSEEN | FMINUS)))
843 if (flagword & DOTSEEN)
925 * decimal point, then flagword & DOTSEEN
[all...]

Completed in 49 milliseconds