potion_find_file 166 core/load.c char *filename = potion_find_file(P, PN_STR_PTR(file), PN_STR_LEN(file)); potion_find_file 196 core/load.c char *filename = potion_find_file(P, PN_STR_PTR(file), PN_STR_LEN(file)), *file_ext; potion_find_file 911 core/potion.h char *potion_find_file(Potion *, char *str, PN_SIZE str_len); potion_find_file 518 core/vm.c void *handle = dlopen(potion_find_file(P,"readline",0), RTLD_LAZY); potion_find_file 387 front/p2.c void *handle = dlopen(potion_find_file(P, "libsyntax",9), RTLD_LAZY);