potion_sig_string  113 core/compile.c   potion_bytes_obj_string(P, out, potion_sig_string(P, cl, t->sig));
potion_sig_string   57 core/objmodel.c   potion_bytes_obj_string(P, out, potion_sig_string(P,cl,PN_CLOSURE(self)->sig));
potion_sig_string  901 core/potion.h  PN potion_sig_string(Potion *, PN, PN);
potion_sig_string   98 test/api/potion-test.c 		    PN_STR_PTR(potion_sig_string(P,0,sig)));
potion_sig_string  120 test/api/potion-test.c 		    PN_STR_PTR(potion_sig_string(P,0,sig)));
potion_sig_string  134 test/api/potion-test.c 			PN_STR_PTR(potion_sig_string(P,0,potion_sig(P, sigs[i]))));
potion_sig_string  151 test/api/potion-test.c   CuAssertStrEquals(T, "x,y", PN_STR_PTR(potion_sig_string(P,0,f1->sig)));
potion_sig_string  156 test/api/potion-test.c   CuAssertStrEquals(T, "x=N,y=N", PN_STR_PTR(potion_sig_string(P,0,f2->sig)));