Searched refs:unshift (Results 226 - 250 of 254) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregexp_unicode_prop.t183 unshift @DEFERRABLE_USER_DEFINED_PROPERTIES, @USER_ERROR_PROPERTIES;
H A Dpat_advanced.t928 unshift @INC, 'lib';
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_Win32.t4 unshift @INC, 't/lib';
H A Dbasic.t12 unshift @INC, 't/lib';
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Df_sort.t4 unshift @INC, 't';
H A Doptree_concise.t4 unshift @INC, 't';
H A Doptree_for.t4 unshift @INC, 't';
H A Dconcise.t4 unshift @INC, 't';
H A Db.t4 unshift @INC, 't';
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dbasic.t317 unshift @{"Extra::TSpouse::ISA"}, 'Class::Trait::Base';
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dutf8.t187 unshift @a, chr(0); # ... and a null byte in front just for fun
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgoto.t284 $r = runperl(prog => 'BEGIN { unshift @INC, q[.] } use Op_goto01; print qq[DONE\n]');
494 unshift @_, "x";
H A Dtie_fetch_count.t28 sub STORE { unshift @{$_[0]}, $_[1] }
H A Dsignatures.t1680 snailwarns_ok 'unshift', 'unshift @_, 9';
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan280 unshift @args, "-j$make_jobs" if defined $make_jobs;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dharness.t4 unshift @INC, 't/lib';
H A Dprove.t4 unshift @INC, 't/lib';
H A Dregression.t3309 unshift @{ $args->{switches} },
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL119 unshift @run, $Config{run} if $Config{run} && -e $Config{run};
/openbsd-current/gnu/usr.bin/perl/t/
H A DTEST1011 unshift @platform, $OS;
/openbsd-current/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build1105 unshift @$Args, $CCAnalyzer;
1116 unshift @$Args, $CXXAnalyzer;
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t577 sub note { unshift @_, \*STDOUT; goto &_note }
579 sub diag { unshift @_, \*STDERR; goto &_note }
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.c5068 const U8 unshift = (U8)flags & INCPUSH_UNSHIFT; local
5080 arranged to unshift #! line -I onto the front of @INC. However,
5084 (etc) libraries onto a temporary array, then "unshift" that onto
5087 AV *const av = (using_sub_dirs) ? (unshift ? newAV() : inc) : NULL;
5133 if (unshift) {
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs1743 unshift(db, ...)
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t50 unshift @INC, '.';

Completed in 307 milliseconds

1234567891011