Searched refs:_if (Results 1 - 11 of 11) sorted by relevance
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | wgetch.c | 88 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 D | wget_wch.c | 99 * comes from one stream (__m_screen->_if), which is normally 115 (void) ungetc(ch, __m_screen->_if);
|
| H A D | newterm.c | 259 sp->_if = in_fp;
|
| /illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/ |
| H A D | efibind.h | 234 #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 D | efibind.h | 231 #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 D | wgetch.c | 191 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 D | newterm.c | 255 sp->_if = in_fp;
|
| /illumos-gate/usr/src/uts/common/xen/public/arch-x86/ |
| H A D | xen.h | 96 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2))
|
| /illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/ |
| H A D | efibind.h | 199 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ 200 (_if)->LoadInternal(type, name, entry)
|
| /illumos-gate/usr/src/lib/libxcurses/h/ |
| H A D | curses.h | 166 FILE *_if, *_of; /* I/O file pointers. */ member in struct:__anon4203
|
| /illumos-gate/usr/src/lib/libxcurses2/h/ |
| H A D | curses.h | 165 FILE *_if, *_of; /* I/O file pointers. */ member in struct:__anon4217
|
Completed in 263 milliseconds