Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h425 int __c2 = __sgetc_raw(__p); in __sgetc() local
426 if (__c2 == '\n') in __sgetc()
427 __c = __c2; in __sgetc()
429 ungetc(__c2, __p); in __sgetc()