Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c88 return ferror(__m_screen->_if); in __xc_ferror()
98 return feof(__m_screen->_if); in __xc_feof()
108 clearerr(__m_screen->_if); in __xc_clearerr()
147 clearerr(__m_screen->_if);
148 ch = fgetc(__m_screen->_if);
208 if ((ch = fgetc(__m_screen->_if)) == EOF)
H A Dwget_wch.c115 (void) ungetc(ch, __m_screen->_if);
H A Dnewterm.c259 sp->_if = in_fp;
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c191 clearerr(__m_screen->_if); in __m_read_input_char()
197 if ((*pChar = fgetc(__m_screen->_if)) == EOF) { in __m_read_input_char()
282 return (ferror(__m_screen->_if)); in __xc_ferror()
301 return (feof(__m_screen->_if)); in __xc_feof()
312 clearerr(__m_screen->_if); in __xc_clearerr()
H A Dnewterm.c255 sp->_if = in_fp; in newterm()
/titanic_44/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h96 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2)) argument
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h166 FILE *_if, *_of; /* I/O file pointers. */ member
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h165 FILE *_if, *_of; /* I/O file pointers. */ member