Searched refs:SvIV_no_inf (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_pack.c | 2100 #define SvIV_no_inf(sv,d) \ macro 2209 len = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2578 aiv = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2593 aiv = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2795 ai16 = (I16)SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2805 ai16 = (I16)SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2835 ashort = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2863 aiv = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 2968 aint = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() 3017 along = SvIV_no_inf(fromstr, datumtype); in S_pack_rec() [all …]
|