Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDtarg.c370 if (!OP_NOP(gn->type)) { in TargPrintNode()
463 if (OP_NOP(gn->type)) in Targ_PrintGraph()
HDGNode.h122 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
HDmake.c526 if (OP_NOP(cgn->type)) { in Make_DoAllVar()
HDparse.c483 !OP_NOP(gn->type) && !OP_NOP(op)) { in ParseDoOp()
HDsuff.c1610 if (OP_NOP(gn->type)) { in SuffFindArchiveDeps()
1805 if (OP_NOP(gn->type) || (Lst_IsEmpty(&gn->children) && in SuffFindNormalDeps()
HDcond.c366 if ((gn != NULL) && !OP_NOP(gn->type)) { in CondDoTarget()
HDarch.c1201 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->children)) { in Arch_LibOODate()
HDjob.c1229 if (OP_NOP(gn->type) && Lst_IsEmpty(&gn->commands) && in Job_CheckCommands()
/trueos/contrib/bmake/
HDtarg.c637 if (!OP_NOP(gn->type)) { in Targ_PrintNode()
723 if (!OP_NOP(gn->type)) in TargPrintOnlySrc()
HDmake.h309 #define OP_NOP(t) (((t) & OP_OPMASK) == 0x00000000) macro
HDcond.c436 return (gn != NULL) && !OP_NOP(gn->type); in CondDoTarget()
460 return (gn != NULL) && !OP_NOP(gn->type) && !Lst_IsEmpty(gn->commands); in CondDoCommands()
HDparse.c898 !OP_NOP(gn->type) && !OP_NOP(op)) in ParseDoOp()
HDarch.c1294 } else if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) { in Arch_LibOODate()
HDsuff.c1987 if (OP_NOP(gn->type)) { in SuffFindArchiveDeps()
HDjob.c1233 if (OP_NOP(gn->type) && Lst_IsEmpty(gn->commands) && in Job_CheckCommands()