Home | History | Annotate | Download | only in src

Lines Matching refs:def_path

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