HomeSort by: relevance | last modified time | path
    Searched defs:boolean (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/usr.sbin/bootp/common/
bptypes.h 23 typedef int boolean; typedef
  /src/tests/usr.bin/xlint/lint1/
expr_promote.c 13 _Bool boolean; member in struct:arithmetic_types
41 arg->boolean, /* should get promoted to 'int' */
  /src/games/hack/
config.h 186 typedef xchar boolean; /* 0 or 1 */ typedef
  /src/lib/libc/citrus/
citrus_prop.c 56 bool boolean; member in union:__anon237::__anon238
233 obj->u.boolean = true;
242 obj->u.boolean = false;
415 CALL0(boolean);
  /src/external/bsd/nsd/dist/
configparser.y 62 %type <bln> boolean
294 | VAR_IP_TRANSPARENT boolean
296 | VAR_IP_FREEBIND boolean
318 | VAR_DEBUG_MODE boolean
320 | VAR_USE_SYSTEMD boolean
322 | VAR_HIDE_VERSION boolean
324 | VAR_HIDE_IDENTITY boolean
326 | VAR_DROP_UPDATES boolean
328 | VAR_IP4_ONLY boolean
330 | VAR_IP6_ONLY boolean
1320 boolean: label
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-option.h 89 bool *(*boolean) (const option_def &, void *ctx); member in union:gdb::option::option_def::__anon17816
172 var_address.boolean = detail::get_var_address<bool, Context>;
177 hood, but unlike boolean options, flag options don't take an on/off
cli-option.c 35 bool boolean; member in union:option_value
261 val.boolean = true;
283 "cmd -boolean-option -another-opt..."
285 "cmd -boolean-option on -another-opt..."
292 (1) "cmd -boolean-option "
294 (1) "cmd -boolean-option on"
315 error (_("Value given for `-%s' is not a boolean: %.*s"),
325 /* While "cmd -boolean [TAB]" only offers "on" and
326 "off", the boolean option actually accepts "1",
327 "yes", etc. as boolean values. We complete on al
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-option.h 89 bool *(*boolean) (const option_def &, void *ctx); member in union:gdb::option::option_def::__anon20555
172 var_address.boolean = detail::get_var_address<bool, Context>;
177 hood, but unlike boolean options, flag options don't take an on/off
cli-option.c 35 bool boolean; member in union:option_value
261 val.boolean = true;
283 "cmd -boolean-option -another-opt..."
285 "cmd -boolean-option on -another-opt..."
292 (1) "cmd -boolean-option "
294 (1) "cmd -boolean-option on"
315 error (_("Value given for `-%s' is not a boolean: %.*s"),
325 /* While "cmd -boolean [TAB]" only offers "on" and
326 "off", the boolean option actually accepts "1",
327 "yes", etc. as boolean values. We complete on al
    [all...]
  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 101 cbor_bool_callback boolean; member in struct:cbor_callbacks
  /src/external/gpl3/gdb/dist/sim/common/
hw-properties.c 369 int boolean)
371 int32_t new_boolean = (boolean ? -1 : 0);
383 unsigned_cell boolean; local
388 hw_abort (me, "property \"%s\" of wrong type (boolean)", property);
389 ASSERT (sizeof (boolean) == node->sizeof_array);
390 memcpy (&boolean, node->array, sizeof (boolean));
391 return boolean;
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-properties.c 369 int boolean)
371 int32_t new_boolean = (boolean ? -1 : 0);
383 unsigned_cell boolean; local
388 hw_abort (me, "property \"%s\" of wrong type (boolean)", property);
389 ASSERT (sizeof (boolean) == node->sizeof_array);
390 memcpy (&boolean, node->array, sizeof (boolean));
391 return boolean;
  /src/external/mit/libcbor/dist/test/
stream_expectations.h 67 bool boolean; member in union:test_expectation_data
  /src/usr.bin/tip/
tip.h 154 #define boolean(v) ((short)(intptr_t)(v)) macro
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
flask_op.h 90 /* IN/OUT: numeric identifier for boolean [GET/SET]
93 /* OUT: current enforcing value of boolean [GET/SET] */
95 /* OUT: pending value of boolean [GET/SET] */
97 /* IN: new value of boolean [SET] */
101 /* IN: size of boolean name buffer [GET/SET]
104 /* IN: if bool_id is -1, used to find boolean [GET/SET]
105 * OUT: textual name of boolean [GET only]
202 struct xen_flask_boolean boolean; member in union:xen_flask_op::__anon6702
  /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
grammar.h 177 bool boolean; member in union:cfg_obj::__anon24175
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
grammar.h 203 bool boolean; member in union:cfg_obj::__anon24410
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ctf-ptype.c 212 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon18045
213 boolean v_boolean;
cvexpr.c 235 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon18052
236 boolean v_boolean;
ptype.c 228 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon18190
229 boolean v_boolean;
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 429 int boolean; local
435 boolean = ((cond & MX_C_EQ) && (h1 == h2)) ||
437 SETFCC(i, boolean);
446 int boolean; local
451 boolean = ((cond & MX_C_EQ) && (h1 == h2)) ||
453 SETFCC(i, boolean);
462 int boolean; local
468 boolean = ((cond & MX_C_EQ) && (b1 == b2)) ||
470 SETFCC(i, boolean);
479 int boolean; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctf-ptype.c 212 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon20789
213 boolean v_boolean;
cvexpr.c 235 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon20796
236 boolean v_boolean;
ptype.c 228 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon20934
229 boolean v_boolean;
  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 429 int boolean; local
435 boolean = ((cond & MX_C_EQ) && (h1 == h2)) ||
437 SETFCC(i, boolean);
446 int boolean; local
451 boolean = ((cond & MX_C_EQ) && (h1 == h2)) ||
453 SETFCC(i, boolean);
462 int boolean; local
468 boolean = ((cond & MX_C_EQ) && (b1 == b2)) ||
470 SETFCC(i, boolean);
479 int boolean; local
    [all...]

Completed in 52 milliseconds

1 2