Searched refs:OP_NOP (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h64 * a 'type' field which satisfies the OP_NOP function was never never on
119 * OP_NOP will return TRUE if the node with the given type was not the
122 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
H A Dtarg.c370 if (!OP_NOP(gn->type)) {
463 if (OP_NOP(gn->type))
H A Dmake.c163 * and it would actually be run (has commands or type OP_NOP)
255 * but aren't, because they have no commands and aren't of type OP_NOP,
526 if (OP_NOP(cgn->type)) {
H A Dparse.c483 !OP_NOP(gn->type) && !OP_NOP(op)) {
H A Darch.c1201 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) {
H A Dcond.c366 if ((gn != NULL) && !OP_NOP(gn->type)) {
H A Dsuff.c1610 if (OP_NOP(gn->type)) {
1805 if (OP_NOP(gn->type) || (Lst_IsEmpty(&gn->children) &&
H A Djob.c1229 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) &&
/freebsd-10-stable/contrib/bmake/
H A Dtarg.c635 if (!OP_NOP(gn->type)) {
721 if (!OP_NOP(gn->type))
H A Dmake.h255 * a 'type' field which satisfies the OP_NOP function was never never on
313 * OP_NOP will return TRUE if the node with the given type was not the
316 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
H A Dcond.c452 return (gn != NULL) && !OP_NOP(gn->type);
476 return (gn != NULL) && !OP_NOP(gn->type) && !Lst_IsEmpty(gn->commands);
H A Darch.c1307 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {
H A Dparse.c918 !OP_NOP(gn->type) && !OP_NOP(op))
H A Djob.c1261 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) &&
H A Dsuff.c2022 if (OP_NOP(gn->type)) {

Completed in 216 milliseconds