Home | History | Annotate | Download | only in w

Lines Matching defs:ehead

119 } *ehead = NULL, **nextp = &ehead;
286 for (ep = ehead; ep != NULL; ep = ep->next) {
335 for (ep = ehead; ep != NULL; ep = ep->next) {
374 if (sortidle && ehead != NULL) {
375 struct entry *from = ehead, *save;
377 ehead = NULL;
379 for (nextp = &ehead;
390 else if (ehead != NULL && alphasort) {
391 struct entry *from = ehead, *save;
393 ehead = NULL;
395 for (nextp = &ehead;
407 for (ep = ehead; ep != NULL; ep = ep->next) {