Searched refs:NDIGITS (Results 1 – 1 of 1) sorted by relevance
37 #define NDIGITS 0x80 /* no digits detected */ macro482 flags |= SIGNOK | NDIGITS | NZDIGITS; in scanf_parse()493 flags &= ~(SIGNOK | NZDIGITS | NDIGITS); in scanf_parse()496 flags &= ~(SIGNOK | PFXOK | NDIGITS); in scanf_parse()509 flags &= ~(SIGNOK | PFXOK | NDIGITS); in scanf_parse()519 flags &= ~(SIGNOK | PFXOK | NDIGITS); in scanf_parse()538 flags &= ~(SIGNOK | PFXOK | NDIGITS); in scanf_parse()572 if ((flags & NDIGITS) != 0) { in scanf_parse()
Completed in 58 milliseconds