Searched refs:_if (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c88 return ferror(__m_screen->_if);
98 return feof(__m_screen->_if);
108 clearerr(__m_screen->_if);
147 clearerr(__m_screen->_if);
148 ch = fgetc(__m_screen->_if);
208 if ((ch = fgetc(__m_screen->_if)) == EOF)
H A Dwget_wch.c99 * comes from one stream (__m_screen->_if), which is normally
115 (void) ungetc(ch, __m_screen->_if);
H A Dnewterm.c259 sp->_if = in_fp;
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
235 (_if)->LoadInternal(type, name, NULL)
246 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
247 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h231 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
232 (_if)->LoadInternal(type, name, NULL)
243 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
244 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c191 clearerr(__m_screen->_if);
197 if ((*pChar = fgetc(__m_screen->_if)) == EOF) {
282 return (ferror(__m_screen->_if));
301 return (feof(__m_screen->_if));
312 clearerr(__m_screen->_if);
H A Dnewterm.c255 sp->_if = in_fp;
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h96 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2))
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h199 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
200 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h166 FILE *_if, *_of; /* I/O file pointers. */ member in struct:__anon4203
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h165 FILE *_if, *_of; /* I/O file pointers. */ member in struct:__anon4217

Completed in 263 milliseconds