Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Darch.c384 gn->type |= OP_ARCHV; in Arch_ParseArchive()
408 gn->type |= OP_ARCHV; in Arch_ParseArchive()
425 gn->type |= OP_ARCHV; in Arch_ParseArchive()
980 if (pgn->type & OP_ARCHV) { in Arch_UpdateMemberMTime()
H A Dmake.c163 ADD(OP_ARCHV); in GNodeType_ToString()
858 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1288 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
H A Dtarg.c401 { OP_ARCHV, true, "ARCHV" }, in Targ_PrintType()
H A Dmake.h363 OP_ARCHV = 1 << 27, enumerator
H A Dsuff.c1394 if (cgn->type & OP_ARCHV) { in ExpandChildren()
2060 if (gn->type & OP_ARCHV) in FindDeps()
H A Ddir.c1473 if (gn->type & OP_ARCHV) { in Dir_UpdateMTime()
H A Djob.c1321 if (gn->type & OP_ARCHV) in Job_Touch()