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

/freebsd-10-stable/usr.bin/make/
H A DGNode.h111 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
H A Dtarg.c351 { OP_ARCHV, ".ARCHV" },
357 type &= ~(OP_ARCHV | OP_LIB | OP_MEMBER);
H A Darch.c376 gn->type |= OP_ARCHV;
424 * the OP_ARCHV bit before we place it on the
427 gn->type |= OP_ARCHV;
445 * so we type the thing with the OP_ARCHV bit before
448 gn->type |= OP_ARCHV;
1090 if (pgn->type & OP_ARCHV) {
H A Ddir.c955 if (gn->type & OP_ARCHV)
H A Dsuff.c1162 if (child->type & OP_ARCHV) {
1452 * called to link an OP_MEMBER and OP_ARCHV node), so return
1492 * Locate dependencies for an OP_ARCHV node.
2040 if (gn->type & OP_ARCHV) {
H A Djob.c1181 if (gn->type & OP_ARCHV) {
/freebsd-10-stable/contrib/bmake/
H A Darch.c431 gn->type |= OP_ARCHV;
470 * thing with the OP_ARCHV bit before we place it on the
473 gn->type |= OP_ARCHV;
492 * the OP_ARCHV bit before we place it on the end of the
495 gn->type |= OP_ARCHV;
1187 if (pgn->type & OP_ARCHV) {
H A Dmake.h303 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ macro
H A Dmake.c901 if (cgn->type & OP_ARCHV)
1328 if (gn->type & OP_ARCHV) {
H A Dsuff.c1566 if (cgn->type & OP_ARCHV) {
1832 * called to link an OP_MEMBER and OP_ARCHV node), so return
1875 * Locate dependencies for an OP_ARCHV node.
2469 if (gn->type & OP_ARCHV) {
H A Ddir.c1523 if (gn->type & OP_ARCHV) {
H A Djob.c1207 if (gn->type & OP_ARCHV) {

Completed in 140 milliseconds