Searched refs:SIGNOK (Results 1 – 2 of 2) sorted by relevance
72 #define SIGNOK 0x01000 /* +/- is (still) legal */ macro540 flags |= SIGNOK | NDIGITS | NZDIGITS; in __vfwscanf()567 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __vfwscanf()569 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __vfwscanf()576 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()584 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()595 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __vfwscanf()600 if (flags & SIGNOK) { in __vfwscanf()601 flags &= ~SIGNOK; in __vfwscanf()689 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in __vfwscanf()[all …]
71 #define SIGNOK 0x01000 /* +/- is (still) legal */ macro616 flags |= SIGNOK | NDIGITS | NZDIGITS; in __svfscanf()643 flags &= ~(SIGNOK|NZDIGITS|NDIGITS); in __svfscanf()645 flags &= ~(SIGNOK|PFXOK|NDIGITS); in __svfscanf()652 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()660 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()671 flags &= ~(SIGNOK | PFXOK | NDIGITS); in __svfscanf()676 if (flags & SIGNOK) { in __svfscanf()677 flags &= ~SIGNOK; in __svfscanf()772 flags |= SIGNOK | NDIGITS | DPTOK | EXPOK; in __svfscanf()[all …]