Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDmake.c150 ADD(OP_USEBEFORE); in GNodeType_ToString()
271 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in GNode_IsOODate()
300 if (gn->type & (OP_USE | OP_USEBEFORE)) { in GNode_IsOODate()
415 if (!(cgn->type & (OP_USE | OP_USEBEFORE | OP_TRANSFORM))) { in Make_HandleUse()
423 if ((cgn->type & (OP_USE | OP_USEBEFORE)) || in Make_HandleUse()
425 if (cgn->type & OP_USEBEFORE) { in Make_HandleUse()
463 cgn->type & (unsigned)~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM); in Make_HandleUse()
486 if (!(cgn->type & (OP_USE | OP_USEBEFORE))) in MakeHandleUse()
748 if (!(cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE))) { in Make_Update()
853 if (cgn->type & (OP_EXEC | OP_USE | OP_USEBEFORE | OP_INVISIBLE)) in MakeAddAllSrc()
[all …]
HDtarg.c413 { OP_USEBEFORE, false, "USEBEFORE" }, in Targ_PrintType()
493 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) { in Targ_PrintNode()
HDmake.h316 OP_USEBEFORE = 1 << 13, enumerator
1108 return (gn->type & (OP_NOTMAIN | OP_USE | OP_USEBEFORE | in GNode_IsMainCandidate()
HDjob.c1320 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL | in Job_Touch()
HDparse.c323 { ".USEBEFORE", SP_ATTRIBUTE, OP_USEBEFORE },