Searched refs:returnvalue (Results 1 – 3 of 3) sorted by relevance
253 my $returnvalue = undef;272 $returnvalue = $_;294 return $returnvalue;
671 int returnvalue=1; /*Needed to avoid double printing*/ in apropos_cmd() local678 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()
60 ok($retval eq 'hi', "Check basic returnvalue");