Home
last modified time | relevance | path

Searched refs:_UNGETC_ (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/crt/string/
H A Dscanf.h50 #define _UNGETC_(nch, file) do { _ungetch(nch); consumed--; } while(0) macro
72 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0) macro
90 #define _UNGETC_(nch, file) do { file--; consumed--; } while(0) macro
110 #define _UNGETC_(nch, file) do { ungetwc(nch, file); consumed--; } while(0) macro
120 #define _UNGETC_(nch, file) do { ungetc(nch, file); consumed--; } while(0) macro
713 _UNGETC_(nch, file);
730 #undef _UNGETC_