Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h352 OP_NOPATH = 1 << 17, enumerator
H A Ddir.c1381 if (fullName == NULL && !(gn->type & OP_NOPATH)) { in ResolveFullName()
H A Dmake.c154 ADD(OP_NOPATH); in GNodeType_ToString()
H A Dsuff.c1715 if (gn->type & (OP_PHONY | OP_NOPATH)) in FindDepsRegularPath()
H A Dparse.c283 { ".NOPATH", SP_NOPATH, OP_NOPATH },
H A Dvar.c2620 if (gn == NULL || gn->type & OP_NOPATH) in ApplyModifier_Path()