Home
last modified time | relevance | path

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

/src/contrib/tcsh/
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;
311 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
312 wp = wp->who_next;/* find that tty! */
314 if (wp->who_next && comp == 0) { /* found the tty... */
383 wpnew->who_next = wp; /* link in a new 'who' */
385 wpnew->who_prev->who_next = wpnew;
412 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next) {
[all …]