Searched refs:OP_NOTARGET (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/make/ | ||
| D | gnode.h | 230 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_TRANSFORM) macro |
| D | parse.c | 507 if ((gn->type & OP_NOTARGET) == 0 && gn->special == SPECIAL_NONE) { in ParseFindMain() |