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

  /src/lib/libc/gen/
ttyslot.c 57 struct ttyent *ttyp; local in function:__weak_alias
81 for (slot = 1; (ttyp = getttyent()) != NULL; ++slot)
82 if (!strcmp(ttyp->ty_name, p)) {
  /src/games/hack/
def.trap.h 69 unsigned ttyp:5; member in struct:trap
87 #define TRAPNUM 9 /* if not less than 32, change sizeof(ttyp) */
  /src/sys/kern/
kern_proc.c 1519 struct tty *ttyp; local in function:pg_delete
1534 ttyp = ss->s_ttyp;
1535 if (ttyp != NULL && ttyp->t_pgrp == pg) {
1536 ttyp->t_pgrp = NULL;
1537 KASSERT(ttyp->t_session == ss);

Completed in 13 milliseconds