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

  /src/usr.sbin/ac/
ac.c 68 struct tty_list { struct
69 struct tty_list *next;
82 static struct tty_list *Ttys = NULL;
102 static struct tty_list *add_tty(char *);
137 static struct tty_list *
140 struct tty_list *tp;
145 if ((tp = NEW(struct tty_list)) == NULL)
169 struct tty_list *tp;

Completed in 12 milliseconds