potion_bind 428 core/objmodel.c PN cl = potion_bind(P, rcv, msg); potion_bind 570 core/objmodel.c return potion_bind(P, self, method) ? PN_TRUE : PN_FALSE; potion_bind 748 core/potion.h PN c = potion_bind(P, r, (MSG)); \ potion_bind 822 core/potion.h PN potion_bind(Potion *, PN, PN); potion_bind 591 core/vm-x86.c X86_PRE(); ASM(0xB8); ASMN(potion_bind); // mov &potion_bind %rax potion_bind 680 core/vm.c reg[op.a] = potion_bind(P, reg[op.b], reg[op.a])) potion_bind 149 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) return potion_type_error_want(P, self, ""_XSTR(T)) potion_bind 158 lib/aio.c !potion_bind(P, stream, PN_STR("listen"))) \ potion_bind 163 lib/aio.c if (!potion_bind(P, self, PN_STR("Aio_"_XSTR(T)))) { \ potion_bind 178 lib/aio.c !potion_bind(P, stream, PN_STR("listen"))) \ potion_bind 634 lib/aio.c if (!potion_bind(P, data, PN_STR("Aio_connect"))) {