Lines Matching defs:on
199 * tty_setlinemod(on) Turn on/off linemode.
200 * tty_isecho() Find out if echoing is turned on.
201 * tty_setecho(on) Enable/disable character echoing.
203 * tty_binaryin(on) Turn on/off BINARY on input.
204 * tty_binaryout(on) Turn on/off BINARY on output.
207 * tty_setedit(on) Turn on/off line editing.
208 * tty_setsig(on) Turn on/off signal trapping.
210 * tty_setsofttab(on) Turn on/off soft tab expansion.
212 * tty_setlitecho() Turn on/off literal echo of control chars
225 tty_setlinemode(int on)
228 (void) ioctl(pty, TIOCEXT, (char *)&on);
252 tty_setecho(int on)
254 if (on)
267 tty_binaryin(int on)
269 if (on) {
277 tty_binaryout(int on)
279 if (on) {
316 tty_setedit(int on)
318 if (on)
325 tty_setsig(int on)
327 if (on)
346 tty_setsofttab(int on)
348 if (on) {
382 tty_setlitecho(int on)
385 if (on)
391 if (on)
441 * if linemode was turned on
522 * is necessary to startup the login process on the slave side of the pty.
594 * -a : pass on the address of the host.
595 * -h : pass on name of host.