Searched refs:whead (Results 1 – 4 of 4) sorted by relevance
106 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()
49 struct where *whead, *wtail; /* list of where user is or has been */ member
163 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()
94 for (w = pn->whead; w != NULL; w = w->next) { in sflag_print()