Home | History | Annotate | Download | only in ksh

Lines Matching defs:search

480 	 * before we can do a path search (in case the assignments change
487 * PATH=... foobar use new PATH in foobar search
759 shellv = search(shellv, path, X_OK, (int *) 0);
785 * Search function tables for a function. If create set, a table entry
905 /* prevent FPATH search below */
907 goto Search;
911 * POSIX regular builtins, then search path...
922 tp->u.fpath = search(name, fpath, R_OK,
931 * the search() function. Tracked aliases should be
949 Search:
963 npath = search(name, flags & FC_DEFPATH ? def_path : path,
975 && (npath = search(name, fpath, R_OK,
1041 * search for command with PATH
1044 search(name, pathx, mode, errnop)