HomeSort by: relevance | last modified time | path
    Searched defs:noecho (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
tty.c 423 noecho(void) function in typeref:typename:int
425 __CTRACE(__CTRACE_MISC, "noecho()\n");
  /src/games/warp/
term.h 210 #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 12 milliseconds