Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c619 if (!(gn->type & OP_EXEC)) { in MakeUnmade()
648 if (!(gn->type & OP_EXEC)) { in MakeOther()
654 if (!(gn->type & OP_EXEC)) in MakeOther()
H A Dmake.c142 ADD(OP_EXEC); in GNodeType_ToString()
271 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in GNode_IsOODate()
326 } else if (gn->type & (OP_FORCE | OP_EXEC | OP_PHONY)) { in GNode_IsOODate()
744 if (!(cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE))) { in Make_Update()
849 if (cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE | OP_INVISIBLE)) in MakeAddAllSrc()
H A Dtarg.c404 { OP_EXEC, false, "EXEC" }, in Targ_PrintType()
486 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in Targ_PrintNode()
H A Dmake.h313 OP_EXEC = 1 << 5, enumerator
1150 OP_EXEC | OP_TRANSFORM)) == 0; in GNode_IsMainCandidate()
H A Djob.c1307 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL | in Job_Touch()
H A Dparse.c268 { ".EXEC", SP_ATTRIBUTE, OP_EXEC },