Symbol: boolean
src/add-ons/print/drivers/gutenprint/GPParameterVisitor.cpp
229
defaultValue = description->deflt.boolean;
src/add-ons/translators/jpeg/be_jdatadst.cpp
107
METHODDEF(boolean)
src/add-ons/translators/jpeg/be_jdatasrc.cpp
117
METHODDEF(boolean)
src/add-ons/translators/jpeg/be_jdatasrc.cpp
58
boolean start_of_file; /* have we gotten any data yet? */
src/apps/diskprobe/TypeEditors.cpp
816
uint8 boolean = message->FindInt8("value");
src/apps/diskprobe/TypeEditors.cpp
817
fEditor.Replace(0, (const uint8 *)&boolean, 1);
src/apps/serialconnect/libvterm/include/vterm.h
60
int boolean;
src/apps/serialconnect/libvterm/src/pen.c
109
static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean)
src/apps/serialconnect/libvterm/src/pen.c
111
VTermValue val = { .boolean = boolean };
src/apps/serialconnect/libvterm/src/pen.c
428
val->boolean = state->pen.bold;
src/apps/serialconnect/libvterm/src/pen.c
436
val->boolean = state->pen.italic;
src/apps/serialconnect/libvterm/src/pen.c
440
val->boolean = state->pen.blink;
src/apps/serialconnect/libvterm/src/pen.c
444
val->boolean = state->pen.reverse;
src/apps/serialconnect/libvterm/src/pen.c
448
val->boolean = state->pen.strike;
src/apps/serialconnect/libvterm/src/screen.c
401
screen->pen.bold = val->boolean;
src/apps/serialconnect/libvterm/src/screen.c
407
screen->pen.italic = val->boolean;
src/apps/serialconnect/libvterm/src/screen.c
410
screen->pen.blink = val->boolean;
src/apps/serialconnect/libvterm/src/screen.c
413
screen->pen.reverse = val->boolean;
src/apps/serialconnect/libvterm/src/screen.c
416
screen->pen.strike = val->boolean;
src/apps/serialconnect/libvterm/src/screen.c
438
if(val->boolean && !screen->buffers[1])
src/apps/serialconnect/libvterm/src/screen.c
441
screen->buffer = val->boolean ? screen->buffers[1] : screen->buffers[0];
src/apps/serialconnect/libvterm/src/screen.c
445
if(!val->boolean)
src/apps/serialconnect/libvterm/src/screen.c
449
screen->global_reverse = val->boolean;
src/apps/serialconnect/libvterm/src/state.c
1729
state->mode.cursor_visible = val->boolean;
src/apps/serialconnect/libvterm/src/state.c
1732
state->mode.cursor_blink = val->boolean;
src/apps/serialconnect/libvterm/src/state.c
1738
state->mode.screen = val->boolean;
src/apps/serialconnect/libvterm/src/state.c
1741
state->mode.alt_screen = val->boolean;
src/apps/serialconnect/libvterm/src/state.c
529
VTermValue val = { .boolean = v };
src/build/libgnuregex/regex.c
1223
boolean keep_string_p = false;
src/build/libgnuregex/regex.c
1346
boolean had_char_class = false;
src/build/libgnuregex/regex.c
1458
boolean is_alnum = STREQ (str, "alnum");
src/build/libgnuregex/regex.c
1459
boolean is_alpha = STREQ (str, "alpha");
src/build/libgnuregex/regex.c
1460
boolean is_blank = STREQ (str, "blank");
src/build/libgnuregex/regex.c
1461
boolean is_cntrl = STREQ (str, "cntrl");
src/build/libgnuregex/regex.c
1462
boolean is_digit = STREQ (str, "digit");
src/build/libgnuregex/regex.c
1463
boolean is_graph = STREQ (str, "graph");
src/build/libgnuregex/regex.c
1464
boolean is_lower = STREQ (str, "lower");
src/build/libgnuregex/regex.c
1465
boolean is_print = STREQ (str, "print");
src/build/libgnuregex/regex.c
1466
boolean is_punct = STREQ (str, "punct");
src/build/libgnuregex/regex.c
1467
boolean is_space = STREQ (str, "space");
src/build/libgnuregex/regex.c
1468
boolean is_upper = STREQ (str, "upper");
src/build/libgnuregex/regex.c
1469
boolean is_xdigit = STREQ (str, "xdigit");
src/build/libgnuregex/regex.c
2124
static boolean
src/build/libgnuregex/regex.c
2130
boolean prev_prev_backslash = prev > pattern && prev[-1] == '\\';
src/build/libgnuregex/regex.c
2143
static boolean
src/build/libgnuregex/regex.c
2149
boolean next_backslash = *next == '\\';
src/build/libgnuregex/regex.c
2165
static boolean
src/build/libgnuregex/regex.c
2547
boolean path_can_be_null = true;
src/build/libgnuregex/regex.c
2550
boolean succeed_n_p = false;
src/build/libgnuregex/regex.c
2989
static boolean alt_match_null_string_p (),
src/build/libgnuregex/regex.c
3384
boolean same_str_p = (FIRST_STRING_P (match_end)
src/build/libgnuregex/regex.c
3575
boolean not = (re_opcode_t) *(p - 1) == charset_not;
src/build/libgnuregex/regex.c
3707
boolean is_a_jump_n = false;
src/build/libgnuregex/regex.c
4297
boolean is_a_jump_n = false;
src/build/libgnuregex/regex.c
4350
static boolean
src/build/libgnuregex/regex.c
4459
static boolean
src/build/libgnuregex/regex.c
4496
static boolean
src/build/libgnuregex/regex.c
4502
boolean ret;
src/build/libgnuregex/regex.c
4816
boolean want_reg_info = !preg->no_sub && nmatch > 0;
src/build/libgnuregex/regex.c
838
static boolean at_begline_loc_p (), at_endline_loc_p ();
src/build/libgnuregex/regex.c
839
static boolean group_in_compile_stack ();
src/preferences/time/NetworkTimeView.cpp
108
Settings::SetTryAllServers(bool boolean)
src/preferences/time/NetworkTimeView.cpp
110
fMessage.ReplaceBool("try all servers", boolean);
src/preferences/time/NetworkTimeView.cpp
117
bool boolean;
src/preferences/time/NetworkTimeView.cpp
118
fMessage.FindBool("try all servers", &boolean);
src/preferences/time/NetworkTimeView.cpp
119
return boolean;
src/preferences/time/NetworkTimeView.cpp
124
Settings::SetSynchronizeAtBoot(bool boolean)
src/preferences/time/NetworkTimeView.cpp
126
fMessage.ReplaceBool("synchronize at boot", boolean);
src/preferences/time/NetworkTimeView.cpp
133
bool boolean;
src/preferences/time/NetworkTimeView.cpp
134
fMessage.FindBool("synchronize at boot", &boolean);
src/preferences/time/NetworkTimeView.cpp
135
return boolean;
src/preferences/time/NetworkTimeView.h
50
void SetTryAllServers(bool boolean);
src/preferences/time/NetworkTimeView.h
52
void SetSynchronizeAtBoot(bool boolean);
src/system/libroot/os/driver_settings.cpp
894
char *boolean;
src/system/libroot/os/driver_settings.cpp
907
boolean = parameter->values[0];
src/system/libroot/os/driver_settings.cpp
908
if (!strcmp(boolean, "1")
src/system/libroot/os/driver_settings.cpp
909
|| !strcasecmp(boolean, "true")
src/system/libroot/os/driver_settings.cpp
910
|| !strcasecmp(boolean, "yes")
src/system/libroot/os/driver_settings.cpp
911
|| !strcasecmp(boolean, "on")
src/system/libroot/os/driver_settings.cpp
912
|| !strcasecmp(boolean, "enable")
src/system/libroot/os/driver_settings.cpp
913
|| !strcasecmp(boolean, "enabled"))
src/system/libroot/os/driver_settings.cpp
916
if (!strcmp(boolean, "0")
src/system/libroot/os/driver_settings.cpp
917
|| !strcasecmp(boolean, "false")
src/system/libroot/os/driver_settings.cpp
918
|| !strcasecmp(boolean, "no")
src/system/libroot/os/driver_settings.cpp
919
|| !strcasecmp(boolean, "off")
src/system/libroot/os/driver_settings.cpp
920
|| !strcasecmp(boolean, "disable")
src/system/libroot/os/driver_settings.cpp
921
|| !strcasecmp(boolean, "disabled"))
src/tools/fs_shell/driver_settings.cpp
801
char *boolean;
src/tools/fs_shell/driver_settings.cpp
814
boolean = parameter->values[0];
src/tools/fs_shell/driver_settings.cpp
815
if (!fssh_strcmp(boolean, "1")
src/tools/fs_shell/driver_settings.cpp
816
|| !fssh_strcasecmp(boolean, "true")
src/tools/fs_shell/driver_settings.cpp
817
|| !fssh_strcasecmp(boolean, "yes")
src/tools/fs_shell/driver_settings.cpp
818
|| !fssh_strcasecmp(boolean, "on")
src/tools/fs_shell/driver_settings.cpp
819
|| !fssh_strcasecmp(boolean, "enable")
src/tools/fs_shell/driver_settings.cpp
820
|| !fssh_strcasecmp(boolean, "enabled"))
src/tools/fs_shell/driver_settings.cpp
823
if (!fssh_strcmp(boolean, "0")
src/tools/fs_shell/driver_settings.cpp
824
|| !fssh_strcasecmp(boolean, "false")
src/tools/fs_shell/driver_settings.cpp
825
|| !fssh_strcasecmp(boolean, "no")
src/tools/fs_shell/driver_settings.cpp
826
|| !fssh_strcasecmp(boolean, "off")
src/tools/fs_shell/driver_settings.cpp
827
|| !fssh_strcasecmp(boolean, "disable")
src/tools/fs_shell/driver_settings.cpp
828
|| !fssh_strcasecmp(boolean, "disabled"))