Home
last modified time | relevance | path

Searched refs:INSERT_ON (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/libmenu/
H A Dcom32io.h26 #define INSERT_ON (1<<7) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkText.c967 textPtr->flags |= GOT_FOCUS | INSERT_ON;
974 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON);
1457 if (textPtr->flags & INSERT_ON) {
1458 textPtr->flags &= ~INSERT_ON;
1462 textPtr->flags |= INSERT_ON;
H A DtkText.h595 #define INSERT_ON 2 macro
H A DtkTextMark.c542 if (textPtr->flags & INSERT_ON) {
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkText.c967 textPtr->flags |= GOT_FOCUS | INSERT_ON;
974 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON);
1457 if (textPtr->flags & INSERT_ON) {
1458 textPtr->flags &= ~INSERT_ON;
1462 textPtr->flags |= INSERT_ON;
H A DtkText.h595 #define INSERT_ON 2 macro
H A DtkTextMark.c542 if (textPtr->flags & INSERT_ON) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkText.c967 textPtr->flags |= GOT_FOCUS | INSERT_ON;
974 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON);
1457 if (textPtr->flags & INSERT_ON) {
1458 textPtr->flags &= ~INSERT_ON;
1462 textPtr->flags |= INSERT_ON;
H A DtkText.h595 #define INSERT_ON 2 macro
H A DtkTextMark.c542 if (textPtr->flags & INSERT_ON) {
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Descape.py421 INSERT_ON = ESC + "[4h" variable
H A Draw_display.py847 escape.INSERT_ON, inserttext,
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkText.c1308 textPtr->flags |= GOT_FOCUS | INSERT_ON;
1315 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON);
1974 if (textPtr->flags & INSERT_ON) {
1975 textPtr->flags &= ~INSERT_ON;
1979 textPtr->flags |= INSERT_ON;
H A DtkTextMark.c547 if (textPtr->flags & INSERT_ON) {
H A DtkText.h692 #define INSERT_ON 2 macro
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkText.c2529 textPtr->flags |= GOT_FOCUS | INSERT_ON; in TextEventProc()
2535 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON); in TextEventProc()
3598 textPtr->flags |= INSERT_ON; in TextBlinkProc()
3601 if ((textPtr->insertOffTime == 0) && !(textPtr->flags & INSERT_ON)) { in TextBlinkProc()
3607 textPtr->flags |= INSERT_ON; in TextBlinkProc()
3612 if (textPtr->flags & INSERT_ON) { in TextBlinkProc()
3613 textPtr->flags &= ~INSERT_ON; in TextBlinkProc()
3617 textPtr->flags |= INSERT_ON; in TextBlinkProc()
H A DtkTextMark.c659 if (textPtr->flags & INSERT_ON) { in TkTextInsertDisplayProc()
H A DtkText.h826 #define INSERT_ON 2 macro
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkText.c2529 textPtr->flags |= GOT_FOCUS | INSERT_ON; in TextEventProc()
2535 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON); in TextEventProc()
3648 textPtr->flags |= INSERT_ON; in TextBlinkProc()
3651 if ((textPtr->insertOffTime == 0) && !(textPtr->flags & INSERT_ON)) { in TextBlinkProc()
3657 textPtr->flags |= INSERT_ON; in TextBlinkProc()
3662 if (textPtr->flags & INSERT_ON) { in TextBlinkProc()
3663 textPtr->flags &= ~INSERT_ON; in TextBlinkProc()
3667 textPtr->flags |= INSERT_ON; in TextBlinkProc()
H A DtkTextMark.c659 if (textPtr->flags & INSERT_ON) { in TkTextInsertDisplayProc()
H A DtkText.h836 #define INSERT_ON 2 macro
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkText.c2437 textPtr->flags |= GOT_FOCUS | INSERT_ON; in TextEventProc()
2444 textPtr->flags &= ~(GOT_FOCUS | INSERT_ON); in TextEventProc()
3503 if ((textPtr->insertOffTime == 0) && !(textPtr->flags & INSERT_ON)) { in TextBlinkProc()
3509 textPtr->flags |= INSERT_ON; in TextBlinkProc()
3514 if (textPtr->flags & INSERT_ON) { in TextBlinkProc()
3515 textPtr->flags &= ~INSERT_ON; in TextBlinkProc()
3519 textPtr->flags |= INSERT_ON; in TextBlinkProc()
H A DtkTextMark.c656 if (textPtr->flags & INSERT_ON) { in TkTextInsertDisplayProc()
H A DtkText.h808 #define INSERT_ON 2 macro
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/contrib/urwid/
H A Draw_display.py911 escape.INSERT_ON, inserttext,

12