Home | History | Annotate | Download | only in src

Lines Matching refs:fpath

703 			if (!tp->u.fpath) {
712 if (include(tp->u.fpath, 0, NULL, false) < 0 ||
724 cp = tp->u.fpath;
728 "function not defined by", tp->u.fpath);
1161 char *fpath;
1170 /* prevent FPATH search below */
1184 if ((fpath = str_val(global(TFPATH))) == null) {
1185 tp->u.fpath = NULL;
1188 tp->u.fpath = search_path(name, fpath, R_OK,
1229 (fpath = str_val(global(TFPATH))) != null &&
1230 (npath.ro = search_path(name, fpath, R_OK,
1234 * it searches FPATH if a command is not found,
1242 tp->u.fpath = npath.ro;