Searched refs:__SMOD (Results 1 – 4 of 4) sorted by relevance
131 fp->_flags &= ~__SMOD; /* buffer contents are again pristine */ in __srefill()
100 fp->_flags |= __SMOD; in fgetln()
211 if (fp->_flags & __SMOD) in _fseeko()
190 #define __SMOD 0x2000 /* true => fgetln modified _p text */ macro