Searched refs:S_TRISTATE (Results 1 – 15 of 15) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 125 case S_TRISTATE: in conf_set_sym_val() 274 case S_TRISTATE: in conf_read_simple() 361 case S_TRISTATE: in conf_read() 449 case S_TRISTATE: in conf_write_symbol() 687 case S_TRISTATE: in conf_split_config() 709 case S_TRISTATE: in conf_split_config() 830 case S_TRISTATE: in conf_write_autoconf() 841 if (sym->type == S_TRISTATE) in conf_write_autoconf() 995 case S_TRISTATE: in conf_set_all_new_symbols() 1007 cnt = sym_get_type(sym) == S_TRISTATE ? 3 : 2; in conf_set_all_new_symbols()
|
| H A D | symbol.c | 68 if (type == S_TRISTATE) { in sym_get_type() 82 case S_TRISTATE: in sym_type_name() 200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 308 case S_TRISTATE: in sym_calc_value() 326 case S_TRISTATE: in sym_calc_value() 463 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 564 case S_TRISTATE: in sym_string_valid() 604 case S_TRISTATE: in sym_string_within_range() 627 case S_TRISTATE: in sym_set_string_value() 692 case S_TRISTATE: in sym_get_string_default() [all …]
|
| H A D | menu.c | 236 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 242 sym2->type != S_TRISTATE) in sym_check_prop() 309 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize() 378 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
|
| H A D | expr.c | 335 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool() 377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 379 if (sym1->type == S_TRISTATE) { in expr_join_or() 441 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 459 if (sym1->type == S_TRISTATE) { in expr_join_and()
|
| H A D | zconf.gperf | 31 tristate, T_TYPE, TF_COMMAND, S_TRISTATE 32 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
|
| H A D | zconf.hash.c | 198 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str17, T_DEFAULT, TF_COMMAND, S_TRISTATE}, in kconf_id_lookup() 206 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str28, T_TYPE, TF_COMMAND, S_TRISTATE}, in kconf_id_lookup()
|
| H A D | zconf.hash.c_shipped | 198 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str17, T_DEFAULT, TF_COMMAND, S_TRISTATE}, 206 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str28, T_TYPE, TF_COMMAND, S_TRISTATE},
|
| H A D | mconf.c | 417 case S_TRISTATE: in build_conf() 470 case S_TRISTATE: in build_conf()
|
| H A D | zconf.y | 289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 628 case S_TRISTATE: in print_symbol()
|
| H A D | qconf.cc | 163 case S_TRISTATE: in updateMenu() 497 case S_TRISTATE: in setValue() 528 case S_TRISTATE: in changeValue()
|
| H A D | nconf.c | 809 case S_TRISTATE: in build_conf() 864 case S_TRISTATE: in build_conf()
|
| H A D | zconf.tab.c | 1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2383 case S_TRISTATE: in print_symbol()
|
| H A D | expr.h | 61 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | gconf.c | 853 case S_TRISTATE: in change_sym_value() 1175 case S_TRISTATE: in fill_row()
|
| H A D | zconf.tab.c_shipped | 1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2383 case S_TRISTATE:
|