Home | History | Annotate | Download | only in src

Lines Matching refs:fpath

707 			if (!tp->u.fpath) {
714 if (include(tp->u.fpath, 0, NULL, false) < 0) {
717 tp->u.fpath, cstrerror(errno));
724 "function not defined by", tp->u.fpath);
1085 char *fpath;
1090 /* prevent FPATH search below */
1104 if ((fpath = str_val(global("FPATH"))) == null) {
1105 tp->u.fpath = NULL;
1108 tp->u.fpath = search_path(name, fpath, R_OK,
1149 (fpath = str_val(global("FPATH"))) != null &&
1150 (npath.ro = search_path(name, fpath, R_OK,
1154 * it searches FPATH if a command is not found,
1162 tp->u.fpath = npath.ro;