Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h83 # define __SCLE 0x4000 /* convert line endings CR/LF <-> NL */ macro
419 #ifdef __SCLE
423 if ((__p->_flags & __SCLE) && (__c == '\r')) in __sgetc()
458 #ifdef __SCLE
460 ((((p)->_flags & __SCLE) && ((c) == '\n')) \