Lines Matching refs:base
489 char* base = 0;
618 if (!base)
620 if (base = strrchr(file, '/'))
621 base++;
623 base = (char*)file;
625 p = base;
1043 char* base;
1253 base = (t1 = strrchr(file, '/')) ? t1 + 1 : (char*)file;
1254 suff = (t1 = strrchr(base, '.')) ? t1 + 1 : "";
1259 if (match(base, "*@(mkfile)"))
1261 if (match(base, "*@(makefile|.mk)"))
1263 if (match(base, "*@(mamfile|.mam)"))
1294 if (match(base, "*@(mkfile)"))
1301 if (match(base, "*@(makefile|.mk)") || mp->multi['\t'] >= mp->count[':'] && (mp->multi['$'] > 0 || mp->multi[':'] > 0))
1438 else if (streq(base, "core"))