Home
last modified time | relevance | path

Searched refs:TYPE_CHARS (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dhandy.h235 #define TYPE_CHARS(T) (TYPE_DIGITS(T) + 2) /* sign, NUL */ macro
Dutil.c2646 char spid[TYPE_CHARS(IV)]; in Perl_wait4pid()
2715 char spid[TYPE_CHARS(IV)]; in Perl_pidgone()
Dsv.c2928 char *ptr = buf + TYPE_CHARS(UV); in S_uiv_2buf()
3190 char buf[TYPE_CHARS(UV)]; in Perl_sv_2pv_flags()
8164 char buf[TYPE_CHARS(UV)]; in Perl_sv_setpviv()
8182 char buf[TYPE_CHARS(UV)]; in Perl_sv_setpviv_mg()
Dregcomp.c5105 char digits[TYPE_CHARS(long)]; in Perl_save_re_context()