Home
last modified time | relevance | path

Searched refs:Complete (Results 1 – 21 of 21) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.t10 use vars qw( $Term::Complete::complete $complete $Term::Complete::stty );
19 unless defined $Term::Complete::tty_raw_noecho &&
20 defined $Term::Complete::tty_restore;
23 undef $Term::Complete::tty_restore;
24 undef $Term::Complete::tty_raw_noecho;
25 undef $Term::Complete::stty;
27 *complete = \$Term::Complete::complete;
33 Complete('', \@words);
48 Complete('', @words);
55 Complete('', @words);
[all …]
H A DComplete.pm1 package Term::Complete;
87 sub Complete { subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcomplete.pl36 package Complete; package
44 sub Complete { subroutine
45 package Complete; package
H A DCPAN.pm110 &CPAN::Complete::gnu_cpl;
254 package CPAN::Complete;
255 @CPAN::Complete::ISA = qw(CPAN::Debug);
256 @CPAN::Complete::COMMANDS = sort qw(
260 ) unless @CPAN::Complete::COMMANDS;
2941 package CPAN::Complete;
2977 @return = grep /^$word/, @CPAN::Complete::COMMANDS;
/onnv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME247 Complete split overhead 67 ns 4 bytes
291 Complete Split transaction:
294 Host_Delay + Complete split overhead
303 Complete Split transaction:
305 Protocol overhead + Host_Delay + Complete split overhead
308 o Interrupt schedule or Start and Complete split masks
347 - Complete split mask
351 to initiate a "complete split" transaction. Complete split transactions
469 we need to calculate bandwidth needed both for Start and Complete start
486 Start and Complete split transactions bandwidth to one or more frame
[all …]
/onnv-gate/usr/src/cmd/bnu/
H A Duustat.c88 static short State, Queued, Running, Complete, Interrupted; variable
294 if (State && Complete)
296 DEBUG(9, "calling complete %d\n",Complete);
486 if (Complete && !Queued && !Running && !Interrupted)
1575 Complete = 1;
1577 if ((size_t)(Queued + Running + Interrupted + Complete) < strlen(inputargs))
/onnv-gate/usr/src/common/openssl/doc/apps/
H A DCA.pl.pod109 Complete certificate creation example: create a CA, create a request, sign
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c58 uint32_t Complete, uint32_t DataOffset, uint32_t AreaId,
68 uint32_t Complete, uint32_t BdeAddress,
1795 uint32_t Complete, in emlxs_format_prog_flash() argument
1811 mb->un.varLdSM.load_cmplt = Complete; in emlxs_format_prog_flash()
4440 uint32_t Complete, in emlxs_format_load_area_cmd() argument
4453 mb->un.varLdArea.load_cmplt = Complete; in emlxs_format_load_area_cmd()
/onnv-gate/usr/src/common/openssl/
H A DNEWS26 o Complete rework of shared library construction and linking
149 o Complete rewrite of ASN1 code.
H A DCHANGES6152 *) Complete the PEM_* macros with DECLARE_PEM versions to replace the
6538 *) Complete rewrite of the error code script(s). It is all now handled
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperldebtut.pod169 h h Complete help page W expr|* Delete a/all watch exprs
H A Dperlmodlib.pod1220 =item Term::Complete
2671 Complete applications rarely belong in the Perl Module Library.
H A Dperltodo.pod173 =head2 Complete signal handling
H A Dperl581delta.pod385 Complete rewrite. As a side-effect, no longer refuses to startup when
H A Dperltoc.pod2728 =item Complete Dissociation of Child from Parent
2933 =item A Complete Example
3057 =item A Complete Example
3668 Term::Complete, Term::ReadLine, Test, Test::Builder, Test::Harness,
5125 =item Complete signal handling
19701 =head2 Term::Complete - Perl word completion module
H A Dperlipc.pod499 =head2 Complete Dissociation of Child from Parent
/onnv-gate/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen109 o Complete replacement for rlogin, rsh, and rcp.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DMANIFEST1222 lib/Term/Complete.pm
1223 lib/Term/Complete.t
/onnv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584.mf349 file path=usr/perl5/5.8.4/lib/Term/Complete.pm mode=0444
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A Dflist_5.8.4_s10.csv2315 "lib/Term","Complete.pm","X","X","X","distrib"
2316 "lib/Term","Complete.t","X","X",,"distrib"
/onnv-gate/usr/src/grub/grub-0.97/
H A DChangeLog2139 * stage2/disk_io.c (set_partition_hidden_flag): Complete rewrite