Lines Matching defs:mymanpath
104 TAG *mymanpath; /* _new_path: final version of MANPATH */
270 m.mymanpath = gettag("_new_path", 1);
274 !m.mymanpath || !m.missinglist || !m.intmp)
314 * [3] we need to setup the path we want to use (m.mymanpath).
359 * [4] finally, prepend the "-m" m.addpath to mymanpath if it
382 * now m.mymanpath is complete!
385 printf("mymanpath:\n");
386 TAILQ_FOREACH(epath, &m.mymanpath->entrylist, q) {
633 mymanpath ... */
634 TAILQ_FOREACH(mdir, &mp->mymanpath->entrylist, q) {
1034 if (addentry(m->mymanpath, buf, (int)ishead) < 0)
1066 TAG *path = m->mymanpath;