Home
last modified time | relevance | path

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

/freebsd/usr.bin/finger/
H A Dutil.c106 if ((w = pn->whead) == NULL) in enter_lastlog()
119 for (w = pn->whead; doit && w != NULL; w = w->next) in enter_lastlog()
172 pn->whead = NULL; in enter_person()
222 if (pn->whead == NULL) in walloc()
223 pn->whead = pn->wtail = w; in walloc()
H A Dfinger.h49 struct where *whead, *wtail; /* list of where user is or has been */ member
H A Dlprint.c163 for (w = pn->whead, maxlen = -1; w != NULL; w = w->next) in lprint()
167 for (w = pn->whead; w != NULL; w = w->next) { in lprint()
H A Dsprint.c94 for (w = pn->whead; w != NULL; w = w->next) { in sflag_print()