Searched defs:echo_off (Results 1 - 5 of 5) sorted by relevance

/illumos-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);
/illumos-gate/usr/src/cmd/format/
H A Dmisc.c287 echo_off();
439 echo_off() function
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c862 echo_off();
1333 echo_off() /*turn off ECHO for .rd in "-q" mode*/ function
/illumos-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);
/illumos-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 106 milliseconds