Home
last modified time | relevance | path

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

/dports/devel/fmake/fmake-r250982/
H A DGNode.h111 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
H A Dtarg.c350 { OP_ARCHV, ".ARCHV" }, in Targ_PrintType()
356 type &= ~(OP_ARCHV | OP_LIB | OP_MEMBER); in Targ_PrintType()
H A Darch.c375 gn->type |= OP_ARCHV; in Arch_ParseArchive()
426 gn->type |= OP_ARCHV; in Arch_ParseArchive()
447 gn->type |= OP_ARCHV; in Arch_ParseArchive()
1089 if (pgn->type & OP_ARCHV) { in Arch_MemMTime()
H A Dsuff.c1161 if (child->type & OP_ARCHV) { in SuffExpandVariables()
2039 if (gn->type & OP_ARCHV) { in SuffFindDeps()
H A Ddir.c954 if (gn->type & OP_ARCHV) in Dir_MTime()
H A Djob.c1180 if (gn->type & OP_ARCHV) { in Job_Touch()
/dports/devel/bmake/bmake/
H A Darch.c376 gn->type |= OP_ARCHV; in Arch_ParseArchive()
401 gn->type |= OP_ARCHV; in Arch_ParseArchive()
419 gn->type |= OP_ARCHV; in Arch_ParseArchive()
970 if (pgn->type & OP_ARCHV) { in Arch_UpdateMemberMTime()
H A Dmake.c149 OP_TRANSFORM, OP_MEMBER, OP_LIB, OP_ARCHV,
816 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1234 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
H A Dtarg.c444 PRINTDBIT(OP_ARCHV, ".ARCHV"); in Targ_PrintType()
H A Dmake.h307 OP_ARCHV = 1 << 27, enumerator
H A Dsuff.c1390 if (cgn->type & OP_ARCHV) { in ExpandChildren()
2057 if (gn->type & OP_ARCHV) in FindDeps()
H A Ddir.c1479 if (gn->type & OP_ARCHV) { in Dir_UpdateMTime()
H A Djob.c1292 if (gn->type & OP_ARCHV) in Job_Touch()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Darch.c383 gn->type |= OP_ARCHV; in Arch_ParseArchive()
425 gn->type |= OP_ARCHV; in Arch_ParseArchive()
447 gn->type |= OP_ARCHV; in Arch_ParseArchive()
1125 if (pgn->type & OP_ARCHV) { in Arch_MemMTime()
H A Dmake.h287 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
H A Dmake.c896 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1319 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
H A Dsuff.c1566 if (cgn->type & OP_ARCHV) { in SuffExpandChildren()
2462 if (gn->type & OP_ARCHV) { in SuffFindDeps()
H A Ddir.c1505 if (gn->type & OP_ARCHV) { in Dir_MTime()
H A Djob.c1151 if (gn->type & OP_ARCHV) { in Job_Touch()