Searched refs:complete (Results 1 - 25 of 91) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d32 interrupt-complete
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dbuild_cscope.conf38 complete -f .
/opensolaris-onvv-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 );
27 *complete = \$Term::Complete::complete;
61 $complete = "!";
69 is( $$out, get_expected('frobn', 'frobnitz' ), 'works with new $complete' );
83 $text .= "$main::complete\025";
89 $$self = $text . "$main::complete\025";
H A DComplete.pm10 # @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 09/23/91
41 Defined by I<$Term::Complete::complete>.
69 our($complete, $kill, $erase1, $erase2, $tty_raw_noecho, $tty_restore, $stty, $tty_safe_restore);
72 $complete = "\004";
137 $_ eq $complete && do {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcomplete.pl11 ;# @(#)complete.pl,v1.1 (me@anywhere.EBay.Sun.COM) 09/23/91
19 ;# (These may be changed by setting $Complete'complete, etc.)
38 $complete = "\004";
79 $_ eq $complete && do {
H A DEnglish.pm31 See L<perlvar> for a complete list of these.
H A DFileHandle.pm197 See L<perlfunc> for complete descriptions of each of the following
210 See L<perlvar> for complete descriptions of each of the following
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A Dintrstat.d34 sdt:::interrupt-complete
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregrexec.c50 int complete; local
68 complete = e->re.bm.complete && !nmatch;
109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpaddhost.sh17 # The -c (complete) option configures complete virtual hosting, which allows
73 fmt=`gettext "Setting up complete virtual host %s"`
168 # Check complete virtual hosting is not configured for the host.
239 c) complete=1;;
248 [ -z "$complete" -a -z "$limited" ] && usage
249 [ -n "$complete" -a -n "$limited" ] && usage
304 if [ -n "$complete" ]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dmem_config.h76 void (*complete)(void *, int error), void *arg);
100 #define KPHYSM_ECANCELLED 12 /* kphysm_del_cancel (for complete) */
101 #define KPHYSM_EREFUSED 13 /* kphysm_pre_del fail (for complete) */
/opensolaris-onvv-gate/usr/src/tools/lintdump/
H A Dlintdump.c560 static int complete = 1; local
562 if (complete)
569 complete = strrchr(format, '\n') != NULL;
577 static int complete = 1; local
579 if (complete)
586 complete = strrchr(format, '\n') != NULL;
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLogin.java355 boolean complete = true;
358 complete = false;
363 complete = true;
373 if (complete) {
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c57 int complete = 0; /* 1 if entry done with no forward uses */ variable
555 complete = 0;
625 complete = 1;
673 if (complete)
684 if (complete)
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dglob.c313 int complete = 0; local
410 complete = 1;
430 if (!complete && (gp->gl_flags & GLOB_STARSTAR))
453 if (rescan && !complete && (gp->gl_flags & GLOB_STARSTAR))
477 if (complete)
544 else if (!complete && !errorcheck(gp, dirname))
546 if (!complete)
/opensolaris-onvv-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c139 ti->complete,
418 analyze_typeinfo_aggregate_finish(ti); /* align,complete,ptrs,etc */
472 analyze_typeinfo_aggregate_finish(ti); /* align,complete,ptrs,etc */
486 int complete = 1; local
492 complete &= mem->type->complete;
497 ti->complete = complete;
775 ti->complete = 1;
899 ti->complete
[all...]
H A Dndrgen.h144 unsigned int complete : 1; member in struct:typeinfo
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A DREADME50 here is a complete rewrite and hence is not covered by AT&T copyright).
51 The software was nearly complete at the time of arrival of our V8 tape.
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c60 * complete configurations.
356 * If 'complete' is set then this must represent a complete config entry
372 boolean_t complete,
384 fhpath, logpath, logformat, complete, B_TRUE);
417 boolean_t complete,
423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) {
425 * Not a complete entry
429 "update_config: \"%s\" not a complete config entry."),
433 "update_config: \"%s\" not a complete confi
364 create_config( char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, int *error) argument
408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tic/
H A Dtic_parse.c111 int complete = 0; /* 1 if entry done with no forward uses */ variable
197 if (complete)
209 if (complete)
294 complete = 0;
370 complete = 1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm63 The C<CNS11643> encoding files are not complete. For common C<CNS11643>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm57 complete the association.
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt94 are required to from complete, valid XML. The various
164 will print on stdout complete XML including a prolog:
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h109 uint32_t complete:1; member in struct:oce_nic_hdr_wqe::__anon7802::__anon7803
123 uint32_t complete:1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm38 See L<perlfunc> for complete descriptions of each of the following

Completed in 231 milliseconds

1234