Searched refs:grok_hex (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Ddquote.c452 *uv = grok_hex(*s, &numbers_len, &flags, NULL);
523 *uv = grok_hex(*s, &numbers_len, &flags, NULL);
H A Dnumeric.c250 =for apidoc grok_hex
263 and nothing is written to C<*result>. If the value is > C<UV_MAX>, C<grok_hex>
287 return grok_hex(start, len_p, flags, result);
381 /* This function unifies the core of grok_bin, grok_oct, and grok_hex. It
386 * performance from this, the function could become grok_hex, and a regen
609 For backwards compatibility. Use C<grok_hex> instead.
649 const UV ruv = grok_hex (start, &len, &flags, &rnv);
852 nanval = grok_hex(s, &len, &flags, NULL);
H A Dperl.c3564 rschar = (U32)grok_hex(s, &numlen, &flags, NULL);
H A Dregcomp.c5209 UV cp = grok_hex(RExC_parse, &len, &flags, &overflow_value);
12426 UV cp = grok_hex(si_string, &len, &grok_flags, NULL);
H A Dperl.h7918 #define grok_hex(s,lp,fp,rp) \ macro
H A Dpp.c3162 result_uv = grok_hex (tmps, &len, &flags, &result_nv);
H A Dtoke.c4011 uv = grok_hex(s, &len, &flags, NULL);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h279 grok_hex() NEED_grok_hex NEED_grok_hex_GLOBAL
3129 grok_hex|5.007003|5.003007|p
17022 #ifndef grok_hex
17032 #ifdef grok_hex
17033 # undef grok_hex macro
17035 #define grok_hex(a,b,c,d) DPPP_(my_grok_hex)(aTHX_ a,b,c,d) macro

Completed in 413 milliseconds