potion_obj_get    816 core/potion.h  PN potion_obj_get(Potion *, PN, PN, PN);
potion_obj_get    437 core/vm-x86.c    X86_PRE(); ASM(0xB8); ASMN(potion_obj_get); 	// mov &potion_obj_get %rax
potion_obj_get    639 core/vm.c      	   reg[op.a] = potion_obj_get(P, PN_NIL, reg[op.a], reg[op.b]))
potion_obj_get    272 lib/aio.c        PN v = potion_obj_get(P, 0, self, key);
potion_obj_get   1473 lib/aio.c        PN v = potion_obj_get(P, 0, self, key);
potion_obj_get   1529 lib/aio.c        v = potion_obj_get(P, cl, options, PN_STR("args"));
potion_obj_get     76 test/api/gc-bench.c   gc_populate_tree(potion_obj_get(P, PN_NIL, node, PN_left), depth, PN_left, PN_right);
potion_obj_get     77 test/api/gc-bench.c   gc_populate_tree(potion_obj_get(P, PN_NIL, node, PN_right), depth, PN_left, PN_right);