Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/make/
Dgnode.h215 #define OP_ARCHV 0x00200000 /* Target is an archive construct */ macro
Dexpandchildren.c95 if (cgn->type & OP_ARCHV) { in ExpandVarChildren()
Darch.c208 gn->type |= OP_ARCHV; in add_archive_node()
880 if (pgn->type & OP_ARCHV) { in Arch_MemMTime()
Ddir.c710 if (gn->type & OP_ARCHV) in Dir_MTime()
Dengine.c260 if (gn->type & OP_ARCHV) { in Job_Touch()
Dsuff.c1438 if (gn->type & OP_ARCHV) in SuffFindDeps()