Lines Matching refs:fpath
704 if (!tp->u.fpath) {
713 if (include(tp->u.fpath, 0, NULL, false) < 0 ||
725 cp = tp->u.fpath;
729 "function not defined by", tp->u.fpath);
1176 char *fpath;
1195 if ((fpath = str_val(global(TFPATH))) == null) {
1196 tp->u.fpath = NULL;
1199 tp->u.fpath = search_path(name, fpath, R_OK,
1240 (fpath = str_val(global(TFPATH))) != null &&
1241 (npath.ro = search_path(name, fpath, R_OK,
1253 tp->u.fpath = npath.ro;