Home
last modified time | relevance | path

Searched refs:OP_NOPATH (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bmake/
HDmake.h293 #define OP_NOPATH 0x00020000 /* Don't search for file in the path */ macro
HDdir.c1529 if (gn->type & OP_NOPATH) in Dir_MTime()
HDsuff.c2242 if ((gn->type & (OP_PHONY|OP_NOPATH)) == 0) { in SuffFindNormalDeps()
HDparse.c327 { ".NOPATH", NoPath, OP_NOPATH },
HDvar.c2848 if (gn == NULL || gn->type & OP_NOPATH) { in ApplyModifiers()