Searched refs:OP_PHONY (Results 1 – 10 of 10) sorted by relevance
153 ADD(OP_PHONY); in GNodeType_ToString()326 } else if (gn->type & (OP_FORCE | OP_EXEC | OP_PHONY)) { in GNode_IsOODate()335 else if (gn->type & OP_PHONY) in GNode_IsOODate()1355 pgn->type = OP_PHONY | OP_DEPENDS; in Make_ProcessWait()
395 { OP_PHONY, true, "PHONY" }, in Targ_PrintType()
111 (gn->type & OP_PHONY) == 0) { in CompatDeleteTarget()
1715 if (gn->type & (OP_PHONY | OP_NOPATH)) in FindDepsRegularPath()1804 if (!(gn->type & OP_PHONY)) { in FindDepsRegular()
980 if (gn->type & OP_PHONY) in Arch_LibOODate()
350 OP_PHONY = 1 << 16, enumerator
522 if (gn->type & OP_PHONY) in JobDeleteTarget() 1308 OP_SPECIAL | OP_PHONY)) { in Job_Touch()
294 { ".PHONY", SP_PHONY, OP_PHONY },752 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()
1418 if (gn->type & OP_PHONY) { in Dir_UpdateMTime()
422 SKIP_META_TYPE(OP_PHONY, "PHONY"); in meta_needed()