Searched refs:boolean (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c57 char boolean[BOOLCOUNT]; variable
160 * Reset boolean[], number[], and string[].
167 boolean[i] = 0;
191 *arrayp = (void*) boolean;
H A Dticparse.c268 || fwrite(boolean, sizeof (char), BOOLCOUNT, fp) != BOOLCOUNT)
492 if (boolean[i] == 0 && cur_term->Booleans[i])
493 boolean[i] = 1;
578 if (array == boolean)
579 boolean[index] = 2;
584 if (array == boolean) {
585 boolean[index] = 1;
616 if (boolean[i] == 2)
617 boolean[i] = 0;
H A Dtic.h97 extern char boolean[BOOLCOUNT]; /* 0, 1, cancel 2 */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm29 a boolean value, which if TRUE will cause C<mkpath>
67 a boolean value, which if TRUE will cause C<rmtree> to
75 a boolean value, which if TRUE will cause C<rmtree> to
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.h184 boolean_t boolean; member in union:adr_data::__anon1095
273 #define adr_data_to_boolean(data) adr_data_get(data, DT_BOOLEAN, boolean)
H A Dadr.c50 adr_type_t adr_t_boolean = { DT_BOOLEAN, "boolean" };
81 adr_data_t adr_d_true = { &adr_t_boolean, 0, 0, 0, 0, { .boolean = B_TRUE } };
82 adr_data_t adr_d_false = { &adr_t_boolean, 0, 0, 0, 0, { .boolean = B_FALSE } };
92 [DT_BOOLEAN] = { &adr_t_boolean, &adr_t_array_boolean, "boolean" },
304 (void) fprintf(file, "%s\n", data->d_data.boolean ?
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl28 is_index boolean, -- TRUE if it is an index, false for a table
H A Dspaceanal.tcl41 is_index boolean, -- TRUE if it is an index, false for a table
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm211 If the second parameter (a boolean) is omitted or false, decomposes it
354 Returns a boolean whether the character of the specified codepoint
359 Returns a boolean whether the character of the specified codepoint is
364 Returns a boolean whether the canonical decomposition
370 Returns a boolean whether the character of the specified codepoint
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcmp.t43 my ($test, $left, $threeway, $right, $result, $i, $j, $boolean) = @_;
45 print "not ok $test # ($left <=> $right) gives: $result \$i=$i \$j=$j, $boolean disagrees\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm335 B<$std> is boolean, equivalent to the B<-std> option.
408 B<$std> is boolean, equivalent to the B<-std> option.
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c65 #define assert(boolean) real_assert (boolean, GRUB_FILE, __LINE__)
67 real_assert (int boolean, const char *file, const int line) argument
69 if (! boolean)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm175 The $keep argument is a boolean flag. If true, then the tokens are
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c202 NVLIST_PRTFUNC(boolean, int, int, "%d")
429 NVLIST_PRINTCTL_REPLACE(boolean, int)
587 RENDER(pctl, boolean, nvl, name, 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm906 Can be set to a boolean value to enable deep copies of structures.
914 Can be set to a boolean value to control whether hash keys are quoted.
954 Can be set to a boolean value which controls whether the pure Perl
966 Can be set to a boolean value to control whether hash keys are dumped in
983 Can be set to a boolean value to control whether code references are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm449 will give a true value in a boolean context, but zero in a numeric context.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm426 $boolean = $parser->match_section($heading1,$heading2,...);
484 $boolean = $parser->is_selected($paragraph);
H A DParser.pm1275 $boolean = $parser->cutting();
1277 Returns the current C<cutting> state: a boolean-valued scalar which
1281 $parser->cutting($boolean);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm831 boolean operators C<&&> and C<||> to be overloaded. So a case statement
842 This boolean expression is inevitably true, since both references are
H A Doverload.pm622 String, numeric, and boolean conversion are calculated in terms of one
640 C<!> and C<not> can be expressed in terms of boolean conversion, or
H A Dperl5db.pl6179 if the option is a boolean one. If not, the user is prompted to enter a valid
6271 "Option `$opt' is non-boolean. Use `$cmd $option=VAL' to set, `$cmd $option?' to query\n";
6864 B<o> [I<opt>] ... Set boolean option to true
7040 B<O> [I<opt>] ... Set boolean option to true
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c659 if (!xdr_bool(xdrs, (int *)&data->d_data.boolean))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm126 &version::boolean
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm422 boolean.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c1234 FIELDOF_NORM(krb5_pa_pac_req, boolean, include_pac, 0),

Completed in 91 milliseconds

12