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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c138 struct who *who_next; member in struct:who
175 whohead.who_next = &whotail;
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
[all...]

Completed in 126 milliseconds