Searched refs:echo_off (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c152 int echo_off; local
171 echo_off = 0;
175 echo_off = 1;
181 r->resp = getinput(echo_off);
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dmisc.h149 void echo_off(void);
H A Dmisc.c287 echo_off();
439 echo_off() function
H A Dmenu_analyze.c178 echo_off();
H A Dmenu_defect.c476 echo_off();
H A Dmenu_command.c173 echo_off();
/opensolaris-onvv-gate/usr/src/cmd/vt/
H A Dvtdaemon.c566 int echo_off = 0; local
588 echo_off = 1;
594 r->resp = vt_getinput(echo_off);
/opensolaris-onvv-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c153 int32_t echo_off = 0; local
174 /* echo_off = tcsetattr(fileno(in), TCSAFLUSH, &tio) == 0; */
175 echo_off = tcsetattr(fileno(in), TCSAFLUSH, &tio) == 0;
221 if (echo_off)

Completed in 270 milliseconds