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

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h104 #define OP_NOTMAIN 0x00008000 /* The node is exempt from normal 'main macro
H A Dparse.c220 { ".NOTMAIN", Attribute, OP_NOTMAIN },
849 * create it, set OP_NOTMAIN and
881 gn->type |= OP_NOTMAIN;
886 gn->type |= (OP_NOTMAIN|OP_TRANSFORM);
1255 if ((gn->type & (OP_NOTMAIN | OP_USE |
H A Dtarg.c347 { OP_NOTMAIN, ".NOTMAIN" },
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h284 #define OP_NOTMAIN 0x00008000 /* The node is exempt from normal 'main macro
311 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dparse.c322 { ".NOTMAIN", Attribute, OP_NOTMAIN },
996 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
1297 * create it, set OP_NOTMAIN and
1337 gn->type |= OP_NOTMAIN|OP_SPECIAL;
1342 gn->type |= (OP_NOTMAIN|OP_TRANSFORM);

Completed in 162 milliseconds