potion_strcat    1257 core/compile.c   if (potion_load(P, P->lobby, self, potion_strcat(P, "compile/", cb))) {
potion_strcat    1260 core/compile.c     return potion_send(self, potion_strcat(P, "dump", cb), options);
potion_strcat     209 core/potion.h  #define PN_STRCAT(a, b) potion_strcat(P, (a), (b))
potion_strcat     792 core/potion.h  PN potion_strcat(Potion *P, char *str, char *str2);
potion_strcat     182 front/potion.c       : potion_strcat(P, "-o", outpath);
potion_strcat     361 front/potion.c 	  buf = potion_strcat(P, addmodules, arg);