Searched refs:_UNGETC_ (Results 1 – 1 of 1) sorted by relevance
50 #define _UNGETC_(nch, file) do { _ungetch(nch); consumed--; } while(0) macro72 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0) macro90 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0) macro110 #define _UNGETC_(nch, file) do { ungetwc(nch, file); consumed--; } while(0) macro120 #define _UNGETC_(nch, file) do { ungetc(nch, file); consumed--; } while(0) macro713 _UNGETC_(nch, file);730 #undef _UNGETC_