Searched defs:noecho (Results 1 - 2 of 2) sorted by relevance

/src/lib/libcurses/
H A Dtty.c423 noecho(void) function in typeref:typename:int
/src/games/warp/
H A Dterm.h210 #define noecho() ((bizarre=1),_tty.c_lflag &=~ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty)) macro
224 #define noecho() ((bizarre=1),_tty.sg_flags &= ~ECHO, stty(_tty_ch, &_tty)) macro

Completed in 3 milliseconds