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

/freebsd-10-stable/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-10-stable/contrib/bmake/
H A Dmake.h290 #define OP_NOTMAIN 0x00008000 /* The node is exempt from normal 'main macro
318 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dparse.c328 { ".NOTMAIN", Attribute, OP_NOTMAIN },
1018 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
1339 * create it, set OP_NOTMAIN and
1380 gn->type |= OP_NOTMAIN|OP_SPECIAL;
1385 gn->type |= (OP_NOTMAIN|OP_TRANSFORM);

Completed in 115 milliseconds