Home
last modified time | relevance | path

Searched refs:Ttys (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/ac/
H A Dac.c73 static struct tty_list *Ttys = NULL; variable
138 tp->next = Ttys; in add_tty()
139 Ttys = tp; in add_tty()
151 for (tp = Ttys; tp != NULL; tp = tp->next) { in do_tty()