Searched refs:Perl_grok_number (Results 1 – 4 of 4) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/ |
H A D | PPPort.pm | 945 Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep)
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | numeric.c | 531 Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep) in Perl_grok_number() function
|
H A D | embed.h | 478 #define grok_number Perl_grok_number 3005 #define grok_number(a,b,c) Perl_grok_number(aTHX_ a,b,c)
|
H A D | proto.h | 365 PERL_CALLCONV int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep);
|