potion_strcat 1270 core/compile.c if (potion_load(P, P->lobby, self, potion_strcat(P, "compile/", cb))) { potion_strcat 1273 core/compile.c return potion_send(self, potion_strcat(P, "dump", cb), options); potion_strcat 183 core/potion.c : potion_strcat(P, "-o", outpath); potion_strcat 374 core/potion.c buf = potion_strcat(P, addmodules, arg); potion_strcat 212 core/potion.h #define PN_STRCAT(a, b) potion_strcat(P, (a), (b)) potion_strcat 820 core/potion.h PN potion_strcat(Potion *P, char *str, char *str2);