potion_strtod    1114 core/compile.c         val = potion_strtod(P, (char *)ptr, len); \
potion_strtod     858 core/potion.h  PN potion_strtod(Potion *, char *, int);
potion_strtod     128 core/string.c    return potion_strtod(P, PN_STR_PTR(self), PN_STR_LEN(self));
potion_strtod     201 core/syntax.y                    $$ = potion_strtod(P, yytext, yyleng);
potion_strtod      61 test/api/potion-test.c   PN dec = potion_strtod(P, "14466", 5);