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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h124 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
H A Ddoupdate.c1033 __m_screen->_flags &= ~S_INS_DEL_CHAR;
1035 __m_screen->_flags |= S_INS_DEL_CHAR;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h108 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
H A Dnewterm.c357 __m_screen->_flags |= S_INS_DEL_CHAR;
H A Ddoupdate.c421 if ((__m_screen->_flags & S_INS_DEL_CHAR) &&
1160 __m_screen->_flags &= ~S_INS_DEL_CHAR;
1162 __m_screen->_flags |= S_INS_DEL_CHAR;

Completed in 27 milliseconds