Searched defs:noecho (Results 1 – 4 of 4) sorted by relevance
31 bool noecho; in handleInteractions() local
210 #define noecho() ((bizarre=1),_tty.c_lflag &=~ECHO, tcsetattr(_tty_ch, TCSANOW, &_tty)) macro224 #define noecho() ((bizarre=1),_tty.sg_flags &= ~ECHO, stty(_tty_ch, &_tty)) macro
117 int noecho=0; in interaction() local
423 noecho(void) in noecho() function