Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDmake.c223 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) { in Make_OODate()
248 if (gn->type & (OP_USE|OP_USEBEFORE)) { in Make_OODate()
377 if ((gn->flags & REMAKE) == 0 && !(gn->type & (OP_USE|OP_USEBEFORE))) { in MakeAddChild()
447 if ((cgn->type & (OP_USE|OP_USEBEFORE|OP_TRANSFORM)) == 0) { in Make_HandleUse()
453 if ((cgn->type & (OP_USE|OP_USEBEFORE)) || Lst_IsEmpty(pgn->commands)) { in Make_HandleUse()
454 if (cgn->type & OP_USEBEFORE) { in Make_HandleUse()
503 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_USEBEFORE|OP_TRANSFORM); in Make_HandleUse()
538 if ((cgn->type & (OP_USE|OP_USEBEFORE)) == 0) in MakeHandleUse()
761 if ( ! (cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE))) { in Make_Update()
895 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBLE)) == 0) { in MakeAddAllSrc()
HDmake.h280 #define OP_USEBEFORE 0x00002000 /* Like .USE, only prepend commands */ macro
HDtarg.c648 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) { in Targ_PrintNode()
HDparse.c343 { ".USEBEFORE", Attribute, OP_USEBEFORE },
HDjob.c1161 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL| in Job_Touch()