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

/freebsd-9.3-release/contrib/bmake/
H A Dmake.c224 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) {
249 if (gn->type & (OP_USE|OP_USEBEFORE)) {
379 if ((gn->flags & REMAKE) == 0 && !(gn->type & (OP_USE|OP_USEBEFORE))) {
451 if ((cgn->type & (OP_USE|OP_USEBEFORE|OP_TRANSFORM)) == 0) {
457 if ((cgn->type & (OP_USE|OP_USEBEFORE)) || Lst_IsEmpty(pgn->commands)) {
458 if (cgn->type & OP_USEBEFORE) {
507 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_USEBEFORE|OP_TRANSFORM);
542 if ((cgn->type & (OP_USE|OP_USEBEFORE)) == 0)
765 if ( ! (cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE))) {
900 if ((cgn->type & (OP_EXEC|OP_USE|OP_USEBEFORE|OP_INVISIBL
[all...]
H A Dmake.h280 #define OP_USEBEFORE 0x00002000 /* Like .USE, only prepend commands */ macro
H A Dtarg.c648 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) {
H A Djob.c1161 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL|
H A Dparse.c343 { ".USEBEFORE", Attribute, OP_USEBEFORE },

Completed in 93 milliseconds