Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dtarg.c392 { OP_MEMBER, true, "MEMBER" }, in Targ_PrintType()
H A Dmake.h366 OP_MEMBER = 1 << 29, enumerator
H A Ddir.c1426 if (gn->type & OP_MEMBER) { in Dir_UpdateMTime()
H A Dmake.c161 ADD(OP_MEMBER); in GNodeType_ToString()
H A Dsuff.c1620 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in FindDepsArchive()