potion_obj_get_call  842 core/potion.h  PN potion_obj_get_call(Potion *, PN);
potion_obj_get_call  475 core/syntax.y      cl = potion_obj_get_call(P, cl);
potion_obj_get_call  977 core/vm-x86.c    X86_PRE(); ASM(0xB8); ASMN(potion_obj_get_call); 	// mov &potion_obj_get_call %rax
potion_obj_get_call  869 core/vm.c                  reg[op.a] = potion_obj_get_call(P, reg[op.a]);