Searched refs:OP_META (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmake.h290 #define OP_META 0x00100000 /* .META we _do_ want a .meta file */ macro
H A Dmeta.c415 if (!(gn->type & OP_META)) {
454 if (!(gn->type & OP_META)) {
520 gn->type |= OP_META; /* in case anyone wants to know */
1306 if ((gn->type & OP_META)) {
H A Dparse.c317 { ".META", Meta, OP_META },

Completed in 137 milliseconds