potion_decimal 1106 core/compile.c val = potion_decimal(P, (char *)ptr, len); \ potion_decimal 829 core/potion.h PN potion_decimal(Potion *, char *, int); potion_decimal 127 core/string.c return potion_decimal(P, PN_STR_PTR(self), PN_STR_LEN(self)); potion_decimal 349 syn/syntax-p5.y : potion_decimal(P, yytext, yyleng) } potion_decimal 192 syn/syntax.y $$ = potion_decimal(P, yytext, yyleng); potion_decimal 61 test/api/p2-test.c PN dec = potion_decimal(P, "14466", 5); potion_decimal 60 test/api/potion-test.c PN dec = potion_decimal(P, "14466", 5);