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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c152 static struct who whohead, whotail; variable in typeref:struct:who
177 whohead.who_next = &whotail;
178 whotail.who_prev = &whohead;
298 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next)
329 wp = whohead.who_next;
431 for (wp = whohead.who_next; wp->who_next != NULL; wp = wp->who_next) {
480 a = whohead.who_next;
497 if (a != &whohead) {
498 xprintf(CGETS(26, 5, "BUG! first element is not whohead!\n"));
631 wp = whohead
[all...]

Completed in 82 milliseconds