Home
last modified time | relevance | path

Searched defs:noecho (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DSaslInteractionHandler.cpp31 bool noecho; in handleInteractions() local
/netbsd-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
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c117 int noecho=0; in interaction() local
/netbsd-src/lib/libcurses/
H A Dtty.c423 noecho(void) in noecho() function