HomeSort by: relevance | last modified time | path
    Searched refs:OP_ARCHV (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/
arch.c 312 gn->type |= OP_ARCHV;
336 gn->type |= OP_ARCHV;
346 gn->type |= OP_ARCHV;
821 if (pgn->type & OP_ARCHV) {
targ.c 394 { OP_ARCHV, true, "ARCHV" },
make.c 166 ADD(OP_ARCHV);
848 if (cgn->type & OP_ARCHV)
1266 if (gn->type & OP_ARCHV) {
make.h 351 /* XXX: How does this differ from OP_ARCHV? */
362 OP_ARCHV = 1 << 27,
suff.c 1352 if (cgn->type & OP_ARCHV) {
1466 /* This can happen when linking an OP_MEMBER and OP_ARCHV node. */
1526 * Locate dependencies for an OP_ARCHV node.
2000 if (gn->type & OP_ARCHV)
dir.c 1413 if (gn->type & OP_ARCHV) {
job.c 1374 if (gn->type & OP_ARCHV)

Completed in 18 milliseconds