Home | History | Annotate | Download | only in man

Lines Matching defs:epath

140 	ENTRY *esubd, *epath;
345 TAILQ_FOREACH(epath, &m.defaultpath->entrylist, q) {
347 if (abs_section && epath->s[epath->len - 1] != '/') {
348 addpath(&m, "", 1, epath->s, INS_TAIL);
353 addpath(&m, epath->s, epath->len, esubd->s, INS_TAIL);
386 TAILQ_FOREACH(epath, &m.mymanpath->entrylist, q) {
387 printf("\t%s\n", epath->s);
1062 ENTRY *epath;
1072 TAILQ_FOREACH(epath, &path->entrylist, q) {
1073 if (glob(epath->s, GLOB_BRACE | GLOB_NOSORT, NULL, &pg) != 0)