Home
last modified time | relevance | path

Searched refs:OP_MADE (Results 1 – 4 of 4) sorted by relevance

/minix3/usr.bin/make/
H A Dcompat.c493 if (gn->made == UNMADE && (gn == pgn || (pgn->type & OP_MADE) == 0)) { in Compat_Make()
504 if ((gn->type & OP_MADE) == 0) in Compat_Make()
H A Dmake.h261 #define OP_MADE 0x00000800 /* Assume the children of the node have macro
H A Dmake.c755 if (pgn->type & OP_MADE) { in Make_Update()
1344 if ((gn->type & OP_MADE) == 0) in Make_ExpandUse()
H A Dparse.c310 { ".MADE", Attribute, OP_MADE },