Searched refs:ntty (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/lock/
H A Dlock.c92 static struct termios tty, ntty; variable in typeref:struct:
190 ntty = tty; ntty.c_lflag &= ~ECHO;
191 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1)
287 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1
/netbsd-current/usr.sbin/pstat/
H A Dpstat.c799 int ntty; local
803 KGET(TTY_NTTY, ntty);
804 (void)printf("%d terminal device%s\n", ntty, ntty == 1 ? "" : "s");

Completed in 96 milliseconds