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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c140 struct who *who_next; member in struct:who
177 whohead.who_next = &whotail;
298 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next)
329 wp = whohead.who_next;
330 while (wp->who_next && (comp = strncmp(wp->who_tty, utmp.ut_line, UTLINLEN)) < 0)
331 wp = wp->who_next;/* find that tty! */
333 if (wp->who_next && comp == 0) { /* found the tty... */
402 wpnew->who_next
[all...]

Completed in 85 milliseconds