Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c86 return ferror(__m_screen->_if); in __xc_ferror()
96 return feof(__m_screen->_if); in __xc_feof()
106 clearerr(__m_screen->_if); in __xc_clearerr()
145 clearerr(__m_screen->_if);
146 ch = fgetc(__m_screen->_if);
206 if ((ch = fgetc(__m_screen->_if)) == EOF)
H A Dwget_wch.c113 (void) ungetc(ch, __m_screen->_if);
H A Dnewterm.c257 sp->_if = in_fp;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c189 clearerr(__m_screen->_if); in __m_read_input_char()
195 if ((*pChar = fgetc(__m_screen->_if)) == EOF) { in __m_read_input_char()
280 return (ferror(__m_screen->_if)); in __xc_ferror()
299 return (feof(__m_screen->_if)); in __xc_feof()
310 clearerr(__m_screen->_if); in __xc_clearerr()
H A Dnewterm.c253 sp->_if = in_fp; in newterm()
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h96 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2)) argument
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h164 FILE *_if, *_of; /* I/O file pointers. */ member
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h163 FILE *_if, *_of; /* I/O file pointers. */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex291 Currently \texttt{ecore.h, ecore\_proto\_if.h} should also be included by upper-layer driver; This …
328 …\item \texttt{ecore\_sriov.[ch], ecore\_vf.[ch], ecore\_vfpf\_if.h} -- Contains the SRIOV implemen…