Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.c147 ADD(OP_JOIN); in GNodeType_ToString()
271 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in GNode_IsOODate()
317 } else if (gn->type & OP_JOIN) { in GNode_IsOODate()
857 if (cgn->type & OP_JOIN) in MakeAddAllSrc()
865 if (pgn->type & OP_JOIN) { in MakeAddAllSrc()
924 if (gn->type & OP_JOIN) in GNode_SetLocalVars()
1081 if (gn->type & OP_JOIN) { in MakeStartJobs()
H A Dtarg.c399 { OP_JOIN, false, "JOIN" }, in Targ_PrintType()
486 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in Targ_PrintNode()
H A Dmake.h332 OP_JOIN = 1 << 10, enumerator
H A Djob.c520 if (gn->type & OP_JOIN) in JobDeleteTarget()
1307 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL | in Job_Touch()
H A Dsuff.c1620 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE; in FindDepsArchive()
H A Dparse.c273 { ".JOIN", SP_ATTRIBUTE, OP_JOIN },