Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Darch.c360 gn->type |= OP_ARCHV; in Arch_ParseArchive()
384 gn->type |= OP_ARCHV; in Arch_ParseArchive()
394 gn->type |= OP_ARCHV; in Arch_ParseArchive()
869 if (pgn->type & OP_ARCHV) { in Arch_UpdateMemberMTime()
H A Dmake.c163 ADD(OP_ARCHV); in GNodeType_ToString()
852 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1282 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
H A Dtarg.c394 { OP_ARCHV, true, "ARCHV" }, in Targ_PrintType()
H A Dsuff.c1352 if (cgn->type & OP_ARCHV) { in ExpandChildren()
2000 if (gn->type & OP_ARCHV) in FindDeps()
H A Dmake.h374 /* XXX: How does this differ from OP_ARCHV? */
385 OP_ARCHV = 1 << 27, enumerator
H A Ddir.c1413 if (gn->type & OP_ARCHV) { in Dir_UpdateMTime()
H A Djob.c1324 if (gn->type & OP_ARCHV) in Job_Touch()