Home
last modified time | relevance | path

Searched refs:S_INS_DEL_CHAR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h122 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
H A Ddoupdate.c1032 __m_screen->_flags &= ~S_INS_DEL_CHAR; in idcok()
1034 __m_screen->_flags |= S_INS_DEL_CHAR; in idcok()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h106 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
H A Ddoupdate.c419 if ((__m_screen->_flags & S_INS_DEL_CHAR) && in _findRegions()
1158 __m_screen->_flags &= ~S_INS_DEL_CHAR; in idcok()
1160 __m_screen->_flags |= S_INS_DEL_CHAR; in idcok()
H A Dnewterm.c355 __m_screen->_flags |= S_INS_DEL_CHAR; in newterm()