Home | History | Annotate | Download | only in src

Lines Matching refs:cdpath

1744 	/* was a node from cdpath added in? */
1750 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath;
1841 cdpath = str_val(global("CDPATH"));
1843 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
1850 } while (rv < 0 && cdpath != NULL);