Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDtarg.c351 { OP_ARCHV, ".ARCHV" }, in Targ_PrintType()
357 type &= ~(OP_ARCHV | OP_LIB | OP_MEMBER); in Targ_PrintType()
HDGNode.h111 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
HDarch.c376 gn->type |= OP_ARCHV; in Arch_ParseArchive()
427 gn->type |= OP_ARCHV; in Arch_ParseArchive()
448 gn->type |= OP_ARCHV; in Arch_ParseArchive()
1090 if (pgn->type & OP_ARCHV) { in Arch_MemMTime()
HDsuff.c1162 if (child->type & OP_ARCHV) { in SuffExpandVariables()
2040 if (gn->type & OP_ARCHV) { in SuffFindDeps()
HDdir.c955 if (gn->type & OP_ARCHV) in Dir_MTime()
HDjob.c1181 if (gn->type & OP_ARCHV) { in Job_Touch()
/trueos/contrib/bmake/
HDarch.c431 gn->type |= OP_ARCHV; in Arch_ParseArchive()
473 gn->type |= OP_ARCHV; in Arch_ParseArchive()
495 gn->type |= OP_ARCHV; in Arch_ParseArchive()
1174 if (pgn->type & OP_ARCHV) { in Arch_MemMTime()
HDmake.h296 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
HDmake.c899 if (cgn->type & OP_ARCHV) in MakeAddAllSrc()
1325 if (gn->type & OP_ARCHV) { in Make_ExpandUse()
HDsuff.c1551 if (cgn->type & OP_ARCHV) { in SuffExpandChildren()
2433 if (gn->type & OP_ARCHV) { in SuffFindDeps()
HDdir.c1438 if (gn->type & OP_ARCHV) { in Dir_MTime()
HDjob.c1179 if (gn->type & OP_ARCHV) { in Job_Touch()