Searched refs:wantarray (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlkw.swg158 PERLKW(wantarray);
180 PERLBN(wantarray);
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dsubdb.t40 return wantarray ? sort @dbnames : scalar @dbnames ;
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c6143 rb_str_enumerate_lines(int argc, VALUE *argv, VALUE str, int wantarray) argument
6163 if (wantarray) {
6169 wantarray = 0;
6174 if (wantarray)
6181 if (wantarray) {
6209 if (wantarray)
6247 if (wantarray)
6260 if (wantarray)
6267 if (wantarray)
6339 rb_str_enumerate_bytes(VALUE str, int wantarray) argument
6428 rb_str_enumerate_chars(VALUE str, int wantarray) argument
6528 rb_str_enumerate_codepoints(VALUE str, int wantarray) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dperl.vim84 syn match perlStatementFlow "\<\%(caller\|die\|dump\|eval\|exit\|wantarray\)\>"

Completed in 1868 milliseconds