Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dtty.c60 static int ttyset; /* We must now do erase/kill */ variable
151 if (ttyset == 0) in readtty()
198 ttyset = 0; in save_erase_and_kill()
217 if (ttyset == 0) { in disable_erase_and_kill()
218 ttyset = 1; in disable_erase_and_kill()
233 if (ttyset != 0) { in restore_erase_and_kill()
234 ttyset = 0; in restore_erase_and_kill()