| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/sdt/ |
| intr.d | 32 interrupt-complete
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| build_cscope.conf | 38 complete -f .
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
| Complete.t | 10 use vars qw( $Term::Complete::complete $complete $Term::Complete::stty ); 15 use_ok( 'Term::Complete' ); 18 skip('No stty, Term::Complete will not run here', 7) 19 unless defined $Term::Complete::tty_raw_noecho && 20 defined $Term::Complete::tty_restore; 22 # also prevent Term::Complete from running stty and messing up the terminal 23 undef $Term::Complete::tty_restore [all...] |
| Complete.pm | 1 package Term::Complete; 7 our @EXPORT = qw(Complete); 10 # @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 09/23/91 14 Term::Complete - Perl word completion module 18 $input = Complete('prompt_string', \@completion_list); 19 $input = Complete('prompt_string', @completion_list); 41 Defined by I<$Term::Complete::complete>. 46 Defined by I<$Term::Complete::kill>. 51 Defined by I<$Term::Complete::erase1> and I<$Term::Complete::erase2> [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| complete.pl | 9 # Suggested alternative: Term::Complete 11 ;# @(#)complete.pl,v1.1 (me@anywhere.EBay.Sun.COM) 09/23/91 19 ;# (These may be changed by setting $Complete'complete, etc.) 30 ;# $input = &Complete('prompt_string', *completion_list); 32 ;# $input = &Complete('prompt_string', @completion_list); 36 package Complete; 38 $complete = "\004"; 44 sub Complete { 45 package Complete; [all...] |
| English.pm | 31 See L<perlvar> for a complete list of these.
|
| FileHandle.pm | 197 See L<perlfunc> for complete descriptions of each of the following 210 See L<perlvar> for complete descriptions of each of the following
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| intrstat.d | 34 sdt:::interrupt-complete
|
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| regrexec.c | 50 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)))
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_callback.c | 104 bool_t complete; member in struct:callback_data 153 * dispatch function was invoked. We use the 'complete' field of the 155 * case, 'complete' is protected by the '__nis_dump_mutex'. 251 * NOTE : since we send the server the complete endpoint, including 286 __cbdata->complete = FALSE; 306 __cbdata->complete = FALSE; 492 __cbdata->complete = TRUE; 509 __cbdata->complete = TRUE; 554 while (! __cbdata->complete) { 589 if (__cbdata->complete) { 794 bool_t complete; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| ftpaddhost.sh | 17 # The -c (complete) option configures complete virtual hosting, which allows 73 fmt=`gettext "Setting up complete virtual host %s"` 147 fmt=`gettext "Complete virtual host %%L test banner"` 168 # Check complete virtual hosting is not configured for the host. 172 fmt=`gettext "%s: Error: Complete virtual hosting already configured for %s"` 239 c) complete=1;; 248 [ -z "$complete" -a -z "$limited" ] && usage 249 [ -n "$complete" -a -n "$limited" ] && usage 304 if [ -n "$complete" ] [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| mem_config.h | 76 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) */
|
| /onnv/onnv-gate/usr/src/tools/lintdump/ |
| lintdump.c | 560 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;
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmLogin.java | 355 boolean complete = true; 358 complete = false; 363 complete = true; 373 if (complete) {
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/ |
| ticparse.c | 57 int complete = 0; /* 1 if entry done with no forward uses */ variable 555 complete = 0; 625 complete = 1; 673 if (complete) 684 if (complete)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| glob.c | 313 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)
|
| /onnv/onnv-gate/usr/src/tools/ndrgen/ |
| ndr_anal.c | 139 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 = 1 [all...] |
| ndrgen.h | 144 unsigned int complete : 1; member in struct:typeinfo
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| README | 50 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.
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/ |
| nfslog_config.c | 63 * complete configurations. 359 * If 'complete' is set then this must represent a complete config entry 375 boolean_t complete, 387 fhpath, logpath, logformat, complete, B_TRUE); 420 boolean_t complete, 426 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { 428 * Not a complete entry 432 "update_config: \"%s\" not a complete config entry."), 436 "update_config: \"%s\" not a complete config entry.\n") [all...] |
| /onnv/onnv-gate/usr/src/cmd/tic/ |
| tic_parse.c | 111 int complete = 0; /* 1 if entry done with no forward uses */ variable 197 if (complete) 209 if (complete) 294 complete = 0; 370 complete = 1;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
| TW.pm | 63 The C<CNS11643> encoding files are not complete. For common C<CNS11643>
|
| /onnv/onnv-gate/usr/src/cmd/praudit/ |
| print_audit.txt | 94 are required to from complete, valid XML. The various 164 will print on stdout complete XML including a prolog:
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| dsl_scrub.c | 73 boolean_t complete = B_FALSE; local 75 dsl_pool_scrub_cancel_sync(dp, &complete, cr, tx); 229 "complete=%u", *completep); 258 boolean_t complete = B_FALSE; local 261 dsl_pool_scrub_cancel_sync, dp, &complete, 3)); 911 boolean_t complete = B_TRUE; local 997 dsl_pool_scrub_cancel_sync(dp, &complete, kcred, tx); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| Handle.pm | 60 See L<perlfunc> for complete descriptions of each of the following 77 See L<perlvar> for complete descriptions of each of the following
|