HomeSort by: relevance | last modified time | path
    Searched refs:whead (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/finger/
finger.h 54 struct where *whead, *wtail; /* list of where user is or has been */ member in struct:person
util.c 205 if ((w = pn->whead) == NULL)
217 for (w = pn->whead; doit && w != NULL; w = w->next)
274 pn->whead = NULL;
319 if (pn->whead == NULL)
320 pn->whead = pn->wtail = w;
sprint.c 108 for (w = pn->whead; w != NULL; w = w->next) {
lprint.c 241 for (w = pn->whead, maxlen = -1; w != NULL; w = w->next) {
247 for (w = pn->whead; w != NULL; w = w->next) {

Completed in 12 milliseconds