Lines Matching defs:exit
688 # Now wait and exit are hard to do in an OS platform-independent way, so
712 # and use the same for exit
715 $parser->exit(1);
722 ok $parser->exit, '... and exit is set';
814 sub exit { }
1028 # exit, wait, ignore_exit interactions
1042 my ( $wait, $exit, $ignore_exit, $has_problems ) = @$t;
1046 $parser->exit($exit);
1048 "exit=$exit, wait=$wait, ignore=$ignore_exit";