Home
last modified time | relevance | path

Searched refs:echo_off (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c152 int echo_off; in pam_tty_conv() local
171 echo_off = 0; in pam_tty_conv()
175 echo_off = 1; in pam_tty_conv()
181 r->resp = getinput(echo_off); in pam_tty_conv()
/illumos-gate/usr/src/cmd/format/
H A Dmisc.h149 void echo_off(void);
H A Dmisc.c265 echo_off(); in onsusp()
415 echo_off(void) in echo_off() function
H A Dmenu_analyze.c176 echo_off(); in a_print()
H A Dmenu_defect.c467 echo_off(); in d_print()
H A Dmenu_command.c186 echo_off(); in c_disk()
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c566 int echo_off = 0; in vt_conv() local
588 echo_off = 1; in vt_conv()
594 r->resp = vt_getinput(echo_off); in vt_conv()
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c860 echo_off(); in caserd()
1331 echo_off() /*turn off ECHO for .rd in "-q" mode*/ in echo_off() function
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c153 int32_t echo_off = 0; in get_passwd() local
175 echo_off = tcsetattr(fileno(in), TCSAFLUSH, &tio) == 0; in get_passwd()
221 if (echo_off) in get_passwd()