Home
last modified time | relevance | path

Searched refs:OP_ARCHV (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/bmake/
HDarch.c382 gn->type |= OP_ARCHV; in Arch_ParseArchive()
406 gn->type |= OP_ARCHV; in Arch_ParseArchive()
423 gn->type |= OP_ARCHV; in Arch_ParseArchive()
978 if (pgn->type & OP_ARCHV) { in Arch_UpdateMemberMTime()
HDmake.c163 ADD(OP_ARCHV); in GNodeType_ToString()
856 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1286 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
HDtarg.c401 { OP_ARCHV, true, "ARCHV" }, in Targ_PrintType()
HDmake.h363 OP_ARCHV = 1 << 27, enumerator
HDsuff.c1392 if (cgn->type & OP_ARCHV) { in ExpandChildren()
2058 if (gn->type & OP_ARCHV) in FindDeps()
HDdir.c1490 if (gn->type & OP_ARCHV) { in Dir_UpdateMTime()
HDjob.c1337 if (gn->type & OP_ARCHV) in Job_Touch()