Home
last modified time | relevance | path

Searched refs:S_TRISTATE (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.gperf31 tristate, T_TYPE, TF_COMMAND, S_TRISTATE
32 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE
A Dconfdata.c125 case S_TRISTATE: in conf_set_sym_val()
334 case S_TRISTATE: in conf_read_simple()
420 case S_TRISTATE: in conf_read()
482 case S_TRISTATE: in kconfig_print_symbol()
536 case S_TRISTATE: { in header_print_symbol()
608 if (sym->type == S_TRISTATE && *value != 'n') in tristate_print_symbol()
865 case S_TRISTATE: in conf_split_config()
887 case S_TRISTATE: in conf_split_config()
1183 case S_TRISTATE: in conf_set_all_new_symbols()
1198 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
A Dsymbol.c67 if (type == S_TRISTATE) { in sym_get_type()
81 case S_TRISTATE: in sym_type_name()
322 case S_TRISTATE: in sym_calc_value()
340 case S_TRISTATE: in sym_calc_value()
480 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
581 case S_TRISTATE: in sym_string_valid()
621 case S_TRISTATE: in sym_string_within_range()
644 case S_TRISTATE: in sym_set_string_value()
709 case S_TRISTATE: in sym_get_string_default()
741 case S_TRISTATE: in sym_get_string_default()
[all …]
A Dmenu.c249 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
255 sym2->type != S_TRISTATE) in sym_check_prop()
322 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
391 if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { in menu_finalize()
A Dzconf.hash.c_shipped194 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRISTATE},
199 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
A Dexpr.c330 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool()
372 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
374 if (sym1->type == S_TRISTATE) { in expr_join_or()
436 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
454 if (sym1->type == S_TRISTATE) { in expr_join_and()
A Dexpr.h63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
A Dmconf.c547 case S_TRISTATE: in build_conf()
600 case S_TRISTATE: in build_conf()
A Dzconf.y284 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
619 case S_TRISTATE: in print_symbol()
A Dnconf.c810 case S_TRISTATE: in build_conf()
865 case S_TRISTATE: in build_conf()
A Dqconf.cc164 case S_TRISTATE: in updateMenu()
498 case S_TRISTATE: in setValue()
529 case S_TRISTATE: in changeValue()
A Dgconf.c849 case S_TRISTATE: in change_sym_value()
1142 case S_TRISTATE: in fill_row()
A Dzconf.tab.c_shipped1817 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) {
2382 case S_TRISTATE:

Completed in 26 milliseconds