Home
last modified time | relevance | path

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

/original-bsd/bin/ps/
H A Dps.c46 struct varent *vhead, *vtail; variable
299 for (vent = vhead; vent; vent = vent->next) {
321 for (vent = vhead; vent; vent = vent->next) { in scanvars()
H A Dextern.h19 extern VARENT *vhead;
H A Dkeyword.c278 if (vhead == NULL)
279 vhead = vtail = vent;
285 if (!vhead)
H A Dprint.c50 for (vent = vhead; vent; vent = vent->next) { in printheader()