Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/
DChanges141 Reuse our own target when calling pp_rand in shuffle() so we dont need to create a fake pad
209 Call pp_rand via *(PL_ppaddr[OP_RAND])
/mirbsd/src/gnu/usr.bin/perl/
Dembed.h1985 #define pp_rand Perl_pp_rand macro
4027 #define pp_rand() Perl_pp_rand(aTHX) macro
Dpp.c2717 PP(pp_rand) in PP() argument
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DDeparse.pm1567 sub pp_rand { maybe_targmy(@_, \&unop, "rand") } subroutine