Home | History | Annotate | Download | only in src

Lines Matching refs:def_path

285 	def_path = _PATH_DEFPATH;
290 def_path = cp;
301 def_path = "/bin:/usr/bin:/sbin:/usr/sbin";
305 * Set PATH to def_path (will set the path global variable).
310 setstr(vp, def_path, KSH_RETURN_ERROR);