Searched refs:cdpath (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dpath.c302 char *cp, cdpath[256], pwd[256], file[256], result[256]; local
304 printf("enter CDPATH: "); gets(cdpath);
309 cp = cdpath;
H A Dc_ksh.c26 int cdnode; /* was a node from cdpath added in? */
34 char *cdpath; local
113 cdpath = str_val(global("CDPATH"));
115 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
125 } while (rval < 0 && cdpath != (char *) 0);

Completed in 120 milliseconds