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

/freebsd-9.3-release/contrib/bmake/
H A Dmake.h287 #define OP_NOPATH 0x00020000 /* Don't search for file in the path */ macro
H A Ddir.c1444 if (gn->type & OP_NOPATH)
H A Dparse.c321 { ".NOPATH", NoPath, OP_NOPATH },
H A Dsuff.c2208 if ((gn->type & (OP_PHONY|OP_NOPATH)) == 0) {
H A Dvar.c2795 if (gn == NULL || gn->type & OP_NOPATH) {

Completed in 114 milliseconds