/src/usr.bin/lock/ |
lock.c | 92 static struct termios tty, ntty; variable in typeref:struct:termios 190 ntty = tty; ntty.c_lflag &= ~ECHO; 191 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1) 287 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1
|
lock.c | 92 static struct termios tty, ntty; variable in typeref:struct:termios 190 ntty = tty; ntty.c_lflag &= ~ECHO; 191 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1) 287 if (tcsetattr(STDIN_FILENO, TCSADRAIN, &ntty) == -1
|
/src/usr.sbin/pstat/ |
pstat.c | 799 int ntty; local in function:ttymode 803 KGET(TTY_NTTY, ntty); 804 (void)printf("%d terminal device%s\n", ntty, ntty == 1 ? "" : "s");
|
pstat.c | 799 int ntty; local in function:ttymode 803 KGET(TTY_NTTY, ntty); 804 (void)printf("%d terminal device%s\n", ntty, ntty == 1 ? "" : "s");
|