Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h417 #define __sgetc_raw(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
422 int __c = __sgetc_raw(__p); in __sgetc()
425 int __c2 = __sgetc_raw(__p); in __sgetc()
434 #define __sgetc(p) __sgetc_raw(p)