potion_find_file 158 core/load.c char *filename = potion_find_file(P, PN_STR_PTR(file), PN_STR_LEN(file)); potion_find_file 924 core/potion.h char *potion_find_file(Potion *, char *str, PN_SIZE str_len); potion_find_file 612 core/vm.c void *handle = dlopen(potion_find_file(P,"readline",0), RTLD_LAZY);