Searched refs:S_BOOLEAN (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.gperf | 33 bool, T_TYPE, TF_COMMAND, S_BOOLEAN 34 boolean, T_TYPE, TF_COMMAND, S_BOOLEAN 35 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
A D | symbol.c | 69 type = S_BOOLEAN; in sym_get_type() 71 type = S_BOOLEAN; in sym_get_type() 79 case S_BOOLEAN: in sym_type_name() 321 case S_BOOLEAN: in sym_calc_value() 339 case S_BOOLEAN: in sym_calc_value() 580 case S_BOOLEAN: in sym_string_valid() 620 case S_BOOLEAN: in sym_string_within_range() 643 case S_BOOLEAN: in sym_set_string_value() 708 case S_BOOLEAN: in sym_get_string_default() 740 case S_BOOLEAN: in sym_get_string_default() [all …]
|
A D | confdata.c | 132 case S_BOOLEAN: in conf_set_sym_val() 327 sym->type = S_BOOLEAN; in conf_read_simple() 333 case S_BOOLEAN: in conf_read_simple() 419 case S_BOOLEAN: in conf_read() 481 case S_BOOLEAN: in kconfig_print_symbol() 535 case S_BOOLEAN: in header_print_symbol() 704 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 864 case S_BOOLEAN: in conf_split_config() 886 case S_BOOLEAN: in conf_split_config() 1182 case S_BOOLEAN: in conf_set_all_new_symbols()
|
A D | zconf.hash.c_shipped | 201 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, 239 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str39, T_TYPE, TF_COMMAND, S_BOOLEAN}, 251 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN},
|
A D | zconf.y | 284 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 497 modules_sym->type = S_BOOLEAN; 616 case S_BOOLEAN: in print_symbol()
|
A D | expr.c | 372 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 394 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 436 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 655 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 677 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
|
A D | expr.h | 63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
A D | mconf.c | 544 case S_BOOLEAN: in build_conf() 592 case S_BOOLEAN: in build_conf()
|
A D | qconf.cc | 163 case S_BOOLEAN: in updateMenu() 177 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 190 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 497 case S_BOOLEAN: in setValue() 528 case S_BOOLEAN: in changeValue()
|
A D | menu.c | 249 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 254 sym2->type != S_BOOLEAN && in sym_check_prop()
|
A D | nconf.c | 806 case S_BOOLEAN: in build_conf() 857 case S_BOOLEAN: in build_conf()
|
A D | gconf.c | 848 case S_BOOLEAN: in change_sym_value() 1136 case S_BOOLEAN: in fill_row()
|
A D | zconf.tab.c_shipped | 1817 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2260 modules_sym->type = S_BOOLEAN; 2379 case S_BOOLEAN:
|
Completed in 25 milliseconds