Searched defs:locungetc (Results 1 – 2 of 2) sorted by relevance
43 #define locungetc(x) (chcount-=1,ungetc(x,iop)) macro [all...]
61 #define locungetc(cnt, x) (cnt -= 1, (x == EOF) ? EOF : \ macro [all...]