Home
last modified time | relevance | path

Searched refs:sym_get_type (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c64 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function
221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
324 switch (sym_get_type(sym)) { in sym_calc_value()
367 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
458 int type = sym_get_type(sym); in sym_tristate_within_range()
H A Dmconf.c400 type = sym_get_type(sym); in build_conf()
710 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dconfdata.c993 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()
1007 cnt = sym_get_type(sym) == S_TRISTATE ? 3 : 2; in conf_set_all_new_symbols()
H A Dqconf.cc160 type = sym_get_type(sym); in updateMenu()
494 type = sym_get_type(sym); in setValue()
525 type = sym_get_type(sym); in changeValue()
H A Dnconf.c791 type = sym_get_type(sym); in build_conf()
1369 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dlkc_proto.h37 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dgconf.c851 switch (sym_get_type(sym)) { in change_sym_value()
1168 stype = sym_get_type(sym); in fill_row()
H A Dconf.c86 enum symbol_type type = sym_get_type(sym); in conf_askvalue()