Searched refs:OP_USEBEFORE (Results 1 – 5 of 5) sorted by relevance
223 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()
280 #define OP_USEBEFORE 0x00002000 /* Like .USE, only prepend commands */ macro
648 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) { in Targ_PrintNode()
343 { ".USEBEFORE", Attribute, OP_USEBEFORE },
1161 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL| in Job_Touch()