HomeSort by: relevance | last modified time | path
    Searched refs:ty_type (Results 1 - 6 of 6) sorted by relevancy

  /src/include/
ttyent.h 56 __aconst char *ty_type; /* terminal type for termcap */ member in struct:ttyent
  /src/usr.bin/tset/
term.c 81 ttype = t->ty_type;
  /src/lib/libc/gen/
getttyent.c 117 tty.ty_getty = tty.ty_type = NULL;
120 if (*(tty.ty_type = p) == '\0')
121 tty.ty_type = NULL;
  /src/libexec/getty/
main.c 642 if ((typ == NULL) || (typ->ty_type == NULL) ||
643 (typ->ty_type[0] == 0))
646 if (setupterm(typ->ty_type, 0, &err) == ERR)
  /src/usr.bin/login/
common.c 373 return (ttyid && (t = getttynam(ttyid)) ? t->ty_type : NULL);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h 490 char *ty_type; member in struct:__sanitizer::__sanitizer_ttyent

Completed in 20 milliseconds