HomeSort by relevance Sort by last modified time
    Searched defs:_print (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 41 void _print(char *format, va_list *args);
52 _print(p, &stupid);
104 _print(char *format, va_list *args) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
Builder.pm 199 $self->_print("1..$max\n") unless $self->no_header;
253 $self->_print($out) unless $self->no_header;
339 $self->_print($out);
640 $self->_print("Bail out! $reason");
680 $Test->_print($out);
726 $Test->_print($out);
917 =item B<_print>
919 $Test->_print(@msgs);
927 sub _print { subroutine
1314 $self->_print("1..$Curr_Test\n") unless $self->no_header
    [all...]

Completed in 5040 milliseconds