Searched refs:whotail (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:
177 whohead.who_next = &whotail;
178 whotail.who_prev = &whohead;
486 if (a != &whotail) {
487 xprintf(CGETS(26, 3, "BUG! last element is not whotail!\n"));
490 a = whotail.who_prev;

Completed in 50 milliseconds