Searched defs:__m_screen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c56 SCREEN *__m_screen; variable
333 /* Assert that __m_screen is set to the new terminal. */
430 SCREEN *osp = __m_screen;
438 __m_screen = screen;
457 __m_screen->_kfd = fd;
458 __m_screen->_flags &= ~S_ISATTY;
461 __m_screen->_flags |= S_ISATTY;
472 old = (__m_screen->_flags & S_ECHO) == S_ECHO;
474 __m_screen->_flags &= ~S_ECHO;
476 __m_screen
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c62 SCREEN *__m_screen; variable
328 /* Assert that __m_screen is set to the new terminal. */
357 __m_screen->_flags |= S_INS_DEL_CHAR;
439 SCREEN *osp = __m_screen;
444 __m_screen = screen;
458 __m_screen->_flags &= ~S_ISATTY;
461 __m_screen->_kfd = fd;
462 __m_screen->_flags |= S_ISATTY;
464 __m_screen->_kfd = -1;
476 old = (__m_screen
[all...]

Completed in 57 milliseconds