Home
last modified time | relevance | path

Searched refs:returnvalue (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dattach_errors.t253 my $returnvalue = undef;
272 $returnvalue = $_;
294 return $returnvalue;
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c671 int returnvalue=1; /*Needed to avoid double printing*/ in apropos_cmd() local
678 returnvalue=re_search(regex,c->name,strlen(c->name),0,strlen(c->name),NULL); in apropos_cmd()
679 if (returnvalue >= 0) in apropos_cmd()
688 returnvalue=0; /*Set this so we don't print it again.*/ in apropos_cmd()
691 if (c->doc != NULL && returnvalue != 0) in apropos_cmd()
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Djoin.t60 ok($retval eq 'hi', "Check basic returnvalue");