Searched refs:option (Results 351 - 375 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_calldist.d44 #pragma D option quiet
45 #pragma D option defaultargs
H A Dj_calltime.d45 #pragma D option quiet
46 #pragma D option defaultargs
H A Dj_cpudist.d44 #pragma D option quiet
45 #pragma D option defaultargs
H A Dj_cputime.d45 #pragma D option quiet
46 #pragma D option defaultargs
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_syscolors.d46 #pragma D option quiet
47 #pragma D option switchrate=10
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_flowinfo.d47 #pragma D option quiet
48 #pragma D option switchrate=10
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_calldist.d43 #pragma D option quiet
44 #pragma D option defaultargs
H A Dtcl_calltime.d44 #pragma D option quiet
45 #pragma D option defaultargs
H A Dtcl_cpudist.d43 #pragma D option quiet
44 #pragma D option defaultargs
H A Dtcl_cputime.d44 #pragma D option quiet
45 #pragma D option defaultargs
H A Dtcl_insflow.d51 #pragma D option quiet
52 #pragma D option switchrate=10
H A Dtcl_syscolors.d46 #pragma D option quiet
47 #pragma D option switchrate=10
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A Dops.pm37 only of significant practical use with the C<-M> option on the command line.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext-options.t38 my ($option, $value) = split;
39 $options{$option} = $value;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Doption.h29 * command line option parse interface
77 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
81 unsigned char assignment; /* option arg assigment op */
/osnet-11/usr/src/lib/libast/common/include/
H A Doption.h27 * command line option parse interface
68 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
72 unsigned char assignment; /* option arg assigment op */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Doption.h29 * command line option parse interface
77 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
81 unsigned char assignment; /* option arg assigment op */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Doption.h29 * command line option parse interface
77 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
81 unsigned char assignment; /* option arg assigment op */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Doption.h29 * command line option parse interface
77 char option[8]; /* current flag {-,+} + option */ member in struct:Opt_s
81 unsigned char assignment; /* option arg assigment op */
/osnet-11/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c36 * SVID 3 full support except +m option is stubbed
37 * XPG full support except +m option is stubbed
123 char *option; member in struct:__anon2740
144 static char unknown_option[] = m_textstr(433, "Unknown option \"-%s\".\n", "E option");
186 /* End option list '--'? */
232 p->option != NULL
233 && strcmp(p->option, ap) != 0;
236 if (p->option != NULL) {
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c117 * name option name
118 * s string of option values
119 * n option sense
129 if (!(flags & TOKOP_UNSET) && !n) error(2, "%s: option cannot be unset", name);
173 if (!(pp.option & ALLPOSSIBLE))
334 if ((pp.option & ALLPOSSIBLE) && !pp.in->prev->prev)
368 if ((pp.option & ALLPOSSIBLE) && !pp.in->prev->prev)
370 if ((pp.option & ELSEIF) && (c = pplex()) == T_ID && ((n = (int)hashref(pp.dirtab, pp.token)) == IF || n == IFDEF || n == IFNDEF))
393 if ((pp.option & ALLPOSSIBLE) && !pp.in->prev->prev)
409 if ((pp.option
[all...]
H A Dpptrace.c180 * return string given pp.option
184 ppoptionstr(register long option) argument
186 return(ppflagstr(ppoptionmap, elementsof(ppoptionmap), option));
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c14 Free Software Foundation; either version 2, or (at your option) any
111 When `getopt' finds an option that takes an argument,
114 each non-option ARGV-element is returned here. */
125 non-option elements that the caller should itself scan.
139 /* The next char to be scanned in the option-element
140 in which the last option character we returned was found.
153 /* Set to an option character which was unrecognized.
159 /* Describe how to deal with options that follow non-option ARGV-elements.
166 stop option processing when the first non-option i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm74 The C<t> option prints the object on the top of the stack as it's
75 being tracked. The C<O> option prints each operator as it's being
377 my ($option, $opt, $arg);
379 while ($option = shift @options) {
380 if ($option =~ /^-(.)(.*)/) {
384 unshift @options, $option;
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh23 * (at your option) any later version.

Completed in 114 milliseconds

<<11121314151617181920>>