Searched refs:OP_SPECIAL (Results 1 – 8 of 8) sorted by relevance
1441 OP_SPECIAL | OP_PHONY)) { in Job_Touch()1493 !(gn->type & OP_SPECIAL)) { in Job_CheckCommands()1509 if (gn->mtime != 0 || (gn->type & OP_SPECIAL)) in Job_CheckCommands()1779 job->special = (gn->type & OP_SPECIAL) != OP_NONE; in Job_Make()
318 endNode->type = OP_SPECIAL; in Targ_GetEndNode()
336 OP_SPECIAL = 1 << 12, enumerator
152 ADD(OP_SPECIAL); in GNodeType_ToString()
382 SKIP_META_TYPE(OP_SPECIAL, "SPECIAL"); in meta_needed()
2158 errorNode->type |= OP_SPECIAL; in PrintOnError()
1022 gn->type |= OP_NOTMAIN | OP_SPECIAL; in HandleDependencyTargetSpecial()
4003 o do not touch OP_SPECIAL targets when doing make -t