Searched refs:_of (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | beep.c | 64 (void) fflush(__m_screen->_of); in beep() 81 (void) fflush(__m_screen->_of); in flash()
|
H A D | endwin.c | 86 (void) fflush(__m_screen->_of); in endwin()
|
H A D | m_cc.c | 1012 __m_screen->_of) == 0) { in __m_cc_write() 1017 if (fwrite(mb, sizeof (*mb), (size_t)j, __m_screen->_of) == 0) { in __m_cc_write() 1026 __m_screen->_of) == 0) { in __m_cc_write()
|
H A D | newterm.c | 256 sp->_of = out_fp; in newterm()
|
H A D | slk.c | 270 (void) fflush(__m_screen->_of); in slk_noutrefresh()
|
H A D | doupdate.c | 118 return (putc(ch, __m_screen->_of)); in __m_outc() 1137 (void) fflush(__m_screen->_of); in doupdate()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | beep.c | 62 (void) fflush(__m_screen->_of); in beep() 83 (void) fflush(__m_screen->_of); in flash()
|
H A D | endwin.c | 84 (void) fflush(__m_screen->_of); in endwin()
|
H A D | slk.c | 200 (void) fflush(__m_screen->_of); in slk_clear() 229 (void) fflush(__m_screen->_of); in slk_restore()
|
H A D | doupdate.c | 116 return putc(ch, __m_screen->_of); 998 (void) fflush(__m_screen->_of); in doupdate()
|
H A D | newterm.c | 260 sp->_of = out_fp;
|
H A D | m_cc.c | 818 if (fwrite(mb, sizeof *mb, j, __m_screen->_of) == 0)
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 166 FILE *_if, *_of; /* I/O file pointers. */ member
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 165 FILE *_if, *_of; /* I/O file pointers. */ member
|