Home | History | Annotate | Download | only in src

Lines Matching refs:cdpath

351 	int cdnode;			/* was a node from cdpath added in? */
355 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath;
436 cdpath = str_val(global("CDPATH"));
438 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
445 } while (rv < 0 && cdpath != NULL);