Searched refs:boolean (Results 26 - 50 of 1114) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dsstubmts.h98 boolean *cmd_opt,
H A Dddbe.h255 boolean in_cfmt_struct_hdr; /* TRUE => in conformant struct header */
256 boolean in_flatarr; /* TRUE => in array flattened definition */
294 boolean allocate; /* TRUE => allocate pass for out-only prm */
295 boolean allocate_ref; /* TRUE => allocref pass for out-only prm */
296 boolean conformant; /* TRUE => next array conformant */
297 boolean free_rep; /* TRUE => free_rep pass for in-only prm */
298 boolean in_cfmt_struct_hdr; /* TRUE => in conformant struct header */
299 boolean in_default_arm; /* TRUE => in default arm of union */
300 boolean in_flatarr; /* TRUE => in array flattened definition */
301 boolean update_tu
[all...]
H A Difspec.h102 boolean generate_mepv
H A Dir_pvt.h114 boolean allocate_ref;
H A Dmtsbacke.h98 extern boolean *BE_cmd_opt;
H A Dcommand.h106 * boolean *cmd_opt, * [in] Array of command option flags *
153 #define opt_do_bug 11 /* (boolean *) Array of "bug" flags */
221 extern boolean CMD_parse_args(
224 boolean **p_cmd_opt,
233 extern boolean add_def_string(
237 extern boolean CMD_DCL_interface;
238 extern boolean *CMD_opts; /* True/False values for command options */
H A Dcspell.h121 boolean in_struct,
122 boolean spell_tag,
123 boolean encoding_services
147 boolean CSPELL_scalar_type_suffix(
157 boolean cast
/macosx-10.10.1/uucp-11/uucp/
H A Dcopy.c43 boolean
47 boolean fpublic;
48 boolean fmkdirs;
49 boolean fsignals;
52 boolean fret;
66 boolean
70 boolean fpublic;
71 boolean fmkdirs;
72 boolean fsignals;
145 boolean
[all...]
H A Duudefs.h231 extern boolean funknown_system P((pointer puuconf, const char *zsystem,
235 extern boolean fspool_file P((const char *zfile));
240 extern boolean ftimespan_match P((const struct uuconf_timespan *qspan,
256 extern boolean fmail_transfer P((boolean fok, const char *zuser,
270 extern boolean fin_directory_list P((const char *zfile,
273 boolean fcheck,
274 boolean freadable,
278 extern boolean fparse_cmd P((char *zcmd, struct scmd *qcmd));
281 extern boolean fcmd_needs_quote
[all...]
H A Dsysdep.h373 boolean fterminal;
375 boolean ftli;
394 extern boolean fsysdep_conn_read P((struct sconnection *qconn,
397 boolean freport));
398 extern boolean fsysdep_conn_write P((struct sconnection *qconn,
400 extern boolean fsysdep_conn_io P((struct sconnection *qconn,
403 extern boolean fsysdep_conn_chat P((struct sconnection *qconn,
409 boolean fforce, boolean *pfignored));
430 boolean fkeepui
[all...]
H A Dconn.c43 boolean
88 boolean
91 boolean fin;
92 boolean fuser;
94 boolean (*pflock) P((struct sconnection *, boolean, boolean));
104 boolean
108 boolean (*pfunlock) P((struct sconnection *));
118 boolean
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcus-start.el39 (abbrev-all-caps abbrev-mode boolean)
43 (garbage-collection-messages alloc boolean)
47 (enable-multibyte-characters mule boolean)
48 (case-fold-search matching boolean)
52 (ctl-arrow display boolean)
53 (truncate-lines display boolean)
54 (selective-display-ellipses display boolean)
55 (indicate-empty-lines fringe boolean)
103 (mark-even-if-inactive editing-basics boolean)
110 (inhibit-eol-conversion mule boolean)
[all...]
H A Dw32-vars.el41 :type 'boolean
46 :type 'boolean
51 :type 'boolean
155 :type 'boolean
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dserver.h27 #include <mach/boolean.h>
/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dbool.c2 Parse a boolean string into a variable.
32 /* Parse a boolean string into a variable. This is called by
42 boolean *pi;
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu_private.h33 #include <mach/boolean.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_shims.h33 #include <mach/boolean.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dmacro_help.h68 #include <mach/boolean.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dstd_types.h67 #include <mach/boolean.h>
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpcclock.h130 PRIVATE boolean rpc__clock_aged (
151 PRIVATE boolean rpc__clock_unix_expired (
H A Drpcmutex.c128 PRIVATE boolean rpc__mutex_init
156 PRIVATE boolean rpc__mutex_delete
171 PRIVATE boolean rpc__mutex_lock
179 boolean is_locked = mp->is_locked;
180 boolean dbg;
216 PRIVATE boolean rpc__mutex_try_lock
219 boolean *bp,
225 boolean is_locked = mp->is_locked;
226 boolean dbg;
265 PRIVATE boolean rpc__mutex_unloc
[all...]
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dlink.c12 boolean
16 boolean *pfworked;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dtransupp.h127 boolean perfect; /* if TRUE, fail if partial MCUs are requested */
128 boolean trim; /* if TRUE, trim partial MCUs as needed */
129 boolean force_grayscale; /* if TRUE, convert color image to grayscale */
130 boolean crop; /* if TRUE, crop source image */
159 EXTERN(boolean) jtransform_parse_crop_spec
162 EXTERN(boolean) jtransform_request_workspace
177 EXTERN(boolean) jtransform_perfect_transform
H A Djpeglib.h101 boolean sent_table; /* TRUE when table has been output */
117 boolean sent_table; /* TRUE when table has been output */
167 boolean component_needed; /* do we need the value of this component? */
253 boolean is_decompressor; /* So common code can tell which is which */\
341 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
342 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
343 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
344 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
345 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
359 boolean write_JFIF_heade
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DBooleanObject.h38 BooleanObject* boolean = new (NotNull, allocateCell<BooleanObject>(vm.heap)) BooleanObject(vm, structure); local
39 boolean->finishCreation(vm);
40 return boolean;

Completed in 147 milliseconds

1234567891011>>