Searched refs:locungetc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 59 #define locungetc(cnt, x) (cnt -= 1, (x == EOF) ? EOF : \ macro 228 if (locungetc(chcount, inchar) == EOF) in __wdoscan_u() 240 if (locungetc(chcount, inchar) == EOF) in __wdoscan_u() 246 if (locungetc(chcount, inchar) != EOF) { in __wdoscan_u() 516 if (locungetc(chcount, inchar) == EOF) in __wdoscan_u() 728 if (locungetc((*chcount), c) == EOF) in number() 758 (void) locungetc((*chcount), lookahead); in number() 767 (void) locungetc((*chcount), lookahead); in number() 768 (void) locungetc((*chcount), inchar); in number() 772 (void) locungetc((*chcount), inchar); /* Put it back. */ in number() [all …]
|