Searched refs:def_path (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.h176 EXTERN char *path; /* copy of either PATH or def_path */
177 EXTERN const char *def_path; /* path to use if PATH not set */ variable
H A Dmain.c164 def_path = DEFAULT__PATH;
172 def_path = new;
177 /* Set PATH to def_path (will set the path global variable).
183 setstr(vp, def_path, KSH_RETURN_ERROR);
H A Dexec.c1061 npath = search(name, flags & FC_DEFPATH ? def_path : path,
H A Dvar.c1101 path = str_save(def_path, APERM);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Deval.c618 static char def_path[] = "PATH=/usr/bin:/bin:/usr/sbin:/sbin"; local
629 sys_path = def_path;

Completed in 178 milliseconds