Home
last modified time | relevance | path

Searched refs:S_INS_DEL_LINE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c886 if (__m_screen->_flags & S_INS_DEL_LINE) in simple()
934 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple" in doupdate()
989 else if (__m_screen->_flags & S_INS_DEL_LINE) in doupdate()
1051 __m_screen->_flags &= ~S_INS_DEL_LINE; in idlok()
1053 __m_screen->_flags |= S_INS_DEL_LINE; in idlok()
H A Dprivate.h123 #define S_INS_DEL_LINE 0x0008 /* idlok() enabled for terminal. */ macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c1114 if (__m_screen->_flags & S_INS_DEL_LINE) { in doupdate()
1121 if (__m_screen->_flags & S_INS_DEL_LINE) { in doupdate()
1172 __m_screen->_flags &= ~S_INS_DEL_LINE; in idlok()
1174 __m_screen->_flags |= S_INS_DEL_LINE; in idlok()
H A Dprivate.h107 #define S_INS_DEL_LINE 0x0008 /* idlok() enabled for terminal. */ macro