Searched refs:OP_MEMBER (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A DGNode.h109 #define OP_MEMBER 0x40000000 /* Target is a member of an archive */ macro
H A Dtarg.c350 { OP_MEMBER, ".MEMBER" },
357 type &= ~(OP_ARCHV | OP_LIB | OP_MEMBER);
H A Ddir.c979 if (gn->type & OP_MEMBER) {
H A Dsuff.c1452 * called to link an OP_MEMBER and OP_ARCHV node), so return
1618 mem->type |= OP_MEMBER;
/freebsd-10.1-release/contrib/bmake/
H A Dmake.h294 #define OP_MEMBER 0x40000000 /* Target is a member of an archive */ macro
H A Dtarg.c596 case OP_MEMBER: if (DEBUG(TARG))fprintf(debug_file, ".MEMBER "); break;
H A Ddir.c1498 if (gn->type & OP_MEMBER) {
H A Dsuff.c1818 * called to link an OP_MEMBER and OP_ARCHV node), so return
1996 mem->type |= OP_MEMBER;

Completed in 213 milliseconds