Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/aros/
H A Daros_main.cpp93 static struct termios tty_tc; variable
114 if ( tcsetattr( 0, TCSADRAIN, &tty_tc ) == -1 ) { in AROS_Exit()
343 if ( tcgetattr( 0, &tty_tc ) == -1 ) { in AROS_InitConsoleInput()
355 tc = tty_tc; in AROS_InitConsoleInput()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/posix/
H A Dposix_main.cpp69 static struct termios tty_tc; variable
87 if ( tcsetattr( 0, TCSADRAIN, &tty_tc ) == -1 ) { in Posix_Exit()
444 tcsetattr(0, TCSADRAIN, &tty_tc); in signalhandlerConsoleStuff()
495 if ( tcgetattr( 0, &tty_tc ) == -1 ) { in Posix_InitConsoleInput()
506 tc = tty_tc; in Posix_InitConsoleInput()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dunix_main.c102 static struct termios tty_tc; variable
254 tcsetattr (0, TCSADRAIN, &tty_tc); in Sys_ConsoleInputShutdown()
516 tcgetattr (0, &tty_tc); in Sys_ConsoleInputInit()
517 tty_erase = tty_tc.c_cc[VERASE]; in Sys_ConsoleInputInit()
518 tty_eof = tty_tc.c_cc[VEOF]; in Sys_ConsoleInputInit()
519 tc = tty_tc; in Sys_ConsoleInputInit()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/
H A Di_system.c410 static struct termios tty_tc; variable
498 tcsetattr (STDIN_FILENO, TCSADRAIN, &tty_tc); in I_ShutdownConsole()
527 tcgetattr (0, &tty_tc); in I_StartupConsole()
528 tty_erase = tty_tc.c_cc[VERASE]; in I_StartupConsole()
529 tty_eof = tty_tc.c_cc[VEOF]; in I_StartupConsole()
530 tc = tty_tc; in I_StartupConsole()