Home
last modified time | relevance | path

Searched refs:tty_erase (Results 1 – 10 of 10) sorted by relevance

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dunix_main.c99 static int tty_erase; variable
517 tty_erase = tty_tc.c_cc[VERASE]; in Sys_ConsoleInputInit()
565 if ((key == tty_erase) || (key == 127) || (key == 8)) in Sys_ConsoleInput()
639 Com_DPrintf("droping ISCTL sequence: %d, tty_erase: %d\n", key, tty_erase); in Sys_ConsoleInput()
/dports/games/q2pro/q2pro/source/
H A Dsys_unix.c73 static int tty_erase; variable
148 tty_erase = tty.c_cc[VERASE]; in Sys_InitTTY()
303 if( key == tty_erase || key == 127 || key == 8 ) { in Sys_ConsoleInput()
/dports/audio/sbagen/sbagen-1.4.5/
H A Dsbagen.c414 int tty_erase; // Chars to erase from current line (for ESC[K emulation) variable
1034 if (tty_erase) p += sprintf(p, "\033[K"); in status()
1055 while (tty_erase > p-p0) *p++= ' '; in status()
1058 tty_erase= p1-p0; // Characters that will need erasing in status()
1662 if (tty_erase) { in corrVal()
1666 fprintf(stderr, "%*s\r", tty_erase, ""); in corrVal()
1667 tty_erase= 0; in corrVal()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-list.h69 TEST_DECLARE (tty_erase)
578 TEST_ENTRY (tty_erase)
H A Dtest-tty-escape-sequence-processing.c839 TEST_IMPL(tty_erase) { in TEST_IMPL() argument
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-list.h69 TEST_DECLARE (tty_erase)
601 TEST_ENTRY (tty_erase)
H A Dtest-tty-escape-sequence-processing.c839 TEST_IMPL(tty_erase) { in TEST_IMPL() argument
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-list.h69 TEST_DECLARE (tty_erase)
601 TEST_ENTRY (tty_erase)
H A Dtest-tty-escape-sequence-processing.c839 TEST_IMPL(tty_erase) { in TEST_IMPL() argument
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Di_system.c407 static INT32 tty_erase; variable
528 tty_erase = tty_tc.c_cc[VERASE]; in I_StartupConsole()
567 if ((key == tty_erase) || (key == 127) || (key == 8)) in I_GetConsoleEvents()