HomeSort by: relevance | last modified time | path
    Searched defs:ntty (Results 1 - 2 of 2) sorted by relevancy

  /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
  /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");

Completed in 12 milliseconds