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

/netbsd-6-1-5-RELEASE/usr.bin/lock/
H A Dlock.c94 static struct termios tty, ntty; variable in typeref:struct:
191 ntty = tty; ntty.c_lflag &= ~ECHO;
192 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1)
286 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c754 int ntty; local
758 KGET(TTY_NTTY, ntty);
759 (void)printf("%d terminal device%s\n", ntty, ntty == 1 ? "" : "s");

Completed in 90 milliseconds