Home
last modified time | relevance | path

Searched refs:sv_count (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dsvleak.t29 $sv1 = sv_count();
184 grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
186 grep { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
189 $s = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
194 @a = grep qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
200 map qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
202 map { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
205 $s = map qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
207 $s = map { qr/1/ && ($count[$_] = sv_count()) && 99 } 0..$_3;
210 @a = map qr/1/ && ($count[$_] = sv_count()) && 99, 0..$_3;
[all …]
/openbsd/gnu/usr.bin/perl/ext/File-DosGlob/t/
H A DDosGlob.t151 $count = sv_count();
153 $count2 = sv_count();
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_leak.t19 $sv1 = sv_count();
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO268 sv_count
/openbsd/gnu/usr.bin/perl/
H A Dintrpvar.h176 PERLVAR(I, sv_count, IV) /* how many SV* are currently allocated */
H A Dsv.c11290 … va_list *const args, SV **const svargs, const Size_t sv_count, bool *const maybe_tainted) argument
11295 sv_vcatpvfn_flags(sv, pat, patlen, args, svargs, sv_count, maybe_tainted, 0);
11463 … va_list *const args, SV **const svargs, const Size_t sv_count, bool *const maybe_tainted) argument
11467 sv_vcatpvfn_flags(sv, pat, patlen, args, svargs, sv_count, maybe_tainted, SV_GMAGIC|SV_SMAGIC);
12239 if (patlen == 0 && (args || sv_count == 0))
12242 if (patlen <= 4 && pat[0] == '%' && (args || sv_count == 1)) {
12460 vecsv = ix < sv_count ? svargs[ix]
12486 width_sv = (ix < sv_count) ? svargs[ix]
12543 width_sv = (ix < sv_count) ? svargs[ix]
12653 argsv = efix < sv_count ? svargs[efix]
[all …]
H A Dproto.h5010 …t STRLEN patlen, va_list * const args, SV ** const svargs, const Size_t sv_count, bool * const may…
5015 …t STRLEN patlen, va_list * const args, SV ** const svargs, const Size_t sv_count, bool * const may…
5030 …t STRLEN patlen, va_list * const args, SV ** const svargs, const Size_t sv_count, bool * const may…
H A Dembed.fnc3499 |const Size_t sv_count \
3507 |const Size_t sv_count \
3521 |const Size_t sv_count \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1955 |NULLOK va_list *const args|NULLOK SV **const svargs|const Size_t sv_count \
1958 |NULLOK va_list *const args|NULLOK SV **const svargs|const Size_t sv_count \
1962 |const Size_t sv_count|NULLOK bool *const maybe_tainted
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3336 sv_count()