Searched refs:OP_PHONY (Results 1 – 10 of 10) sorted by relevance
156 ADD(OP_PHONY); in GNodeType_ToString()329 } else if (gn->type & (OP_FORCE | OP_EXEC | OP_PHONY)) { in GNode_IsOODate()338 else if (gn->type & OP_PHONY) in GNode_IsOODate()1334 pgn->type = OP_PHONY | OP_DEPENDS; in Make_ProcessWait()
395 { OP_PHONY, true, "PHONY" }, in Targ_PrintType()
114 (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()
350 OP_PHONY = 1 << 16, enumerator
980 if (gn->type & OP_PHONY) in Arch_LibOODate()
627 if (gn->type & OP_PHONY) in JobDeleteTarget()1387 OP_SPECIAL | OP_PHONY)) { in Job_Touch()
294 { ".PHONY", SP_PHONY, OP_PHONY },807 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()
1418 if (gn->type & OP_PHONY) { in Dir_UpdateMTime()
423 SKIP_META_TYPE(OP_PHONY, "PHONY"); in meta_needed()