HomeSort by relevance Sort by last modified time
    Searched refs:ntty (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/more/
more.c 156 struct termio ntty; /* new tty modes */ variable in typeref:struct:termio
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ps/
ps.c 251 static int ntty = 0; variable
539 if (ntty == ttysz) {
545 tty[ntty].tdev = PRNODEV;
549 tty[ntty].tdev = s.st_rdev;
550 tty[ntty++].tname = p;
717 tty[ntty].tname = NULL;
747 if (ntty == ttysz) {
752 tty[ntty].tdev = info.pr_ttydev;
753 tty[ntty++].tname = name;
754 tty[ntty].tname = NULL
    [all...]
ucbps.c 124 static int ntty = 0; variable
271 if (ntty >= NTTYS-1)
299 ntty++;
  /onnv/onnv-gate/usr/src/cmd/pg/
pg.c 1613 struct termio ntty; local
1631 (void) ioctl(fileno(stdout), TCGETA, &ntty); local
1635 (void) ioctl(fileno(stdout), TCSETAW, &ntty); local
    [all...]

Completed in 240 milliseconds