Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.who.c138 struct who *who_next; member
175 whohead.who_next = &whotail; in initwatch()
279 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next)
310 wp = whohead.who_next;
412 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next) {
461 a = whohead.who_next;
462 while (a->who_next != NULL) {
464 a = a->who_next;
612 wp = whohead.who_next;
615 wp = wp->who_next;
[all …]