potion_bind       424 core/objmodel.c   PN cl = potion_bind(P, rcv, msg);
potion_bind       597 core/objmodel.c   return potion_bind(P, self, method) ? PN_TRUE : PN_FALSE;
potion_bind       774 core/potion.h      PN c = potion_bind(P, r, (MSG)); \
potion_bind       850 core/potion.h  PN potion_bind(Potion *, PN, PN);
potion_bind       839 core/vm-x86.c    X86_PRE(); ASM(0xB8); ASMN(potion_bind); 	// mov &potion_bind %rax
potion_bind       783 core/vm.c      	   reg[op.a] = potion_bind(P, reg[op.b], reg[op.a]))
potion_bind       153 lib/aio.c        if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) return potion_type_error_want(P, "self", self, ""_XSTR(T))
potion_bind       162 lib/aio.c              !potion_bind(P, stream, PN_STR("listen")))           \
potion_bind       167 lib/aio.c        if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) {                  \
potion_bind       182 lib/aio.c              !potion_bind(P, stream, PN_STR("listen")))           \
potion_bind       662 lib/aio.c        if (!potion_bind(P, data, PN_STR("Aio_connect"))) {