Searched refs:OP_NOPATH (Results 1 – 5 of 5) sorted by relevance
293 #define OP_NOPATH 0x00020000 /* Don't search for file in the path */ macro
1529 if (gn->type & OP_NOPATH) in Dir_MTime()
2242 if ((gn->type & (OP_PHONY|OP_NOPATH)) == 0) { in SuffFindNormalDeps()
327 { ".NOPATH", NoPath, OP_NOPATH },
2848 if (gn == NULL || gn->type & OP_NOPATH) { in ApplyModifiers()