Searched refs:OP_USE (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c150 if ((gn->type & (OP_JOIN | OP_USE | OP_EXEC)) == 0) {
174 if (gn->type & OP_USE) {
296 if (cgn->type & (OP_USE | OP_TRANSFORM)) {
297 if ((cgn->type & OP_USE) || Lst_IsEmpty(&pgn->commands)) {
316 pgn->type |= cgn->type & ~(OP_OPMASK | OP_USE | OP_TRANSFORM);
325 if (cgn->type & OP_USE) {
439 if (!(cgn->type & (OP_EXEC | OP_USE))) {
525 if ((cgn->type & (OP_EXEC | OP_USE | OP_INVISIBLE)) == 0) {
765 if (!cgn->make && !(cgn->type & OP_USE))
H A DGNode.h78 #define OP_USE 0x00000010 /* macro
H A Dtarg.c339 { OP_USE, ".USE" },
381 if (!(gn->type & (OP_JOIN | OP_USE | OP_EXEC))) {
H A Dparse.c236 { ".USE", Attribute, OP_USE },
1255 if ((gn->type & (OP_NOTMAIN | OP_USE |
H A Djob.c1164 if (gn->type & (OP_JOIN | OP_USE | OP_EXEC | OP_OPTIONAL)) {
3092 if (gn->type & OP_USE) {
/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)) {
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_INVISIBLE)) == 0) {
H A Dmake.h262 #define OP_USE 0x00000010 /* Use associated commands for parents */ macro
311 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
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.c342 { ".USE", Attribute, OP_USE },

Completed in 103 milliseconds