Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dlkc_proto.h38 enum symbol_type sym_get_type(struct symbol *sym);
A Dsymbol.c36 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function
208 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
217 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
226 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
367 switch (sym_get_type(sym)) { in sym_calc_value()
405 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
475 int type = sym_get_type(sym); in sym_tristate_within_range()
A Dmconf.c527 type = sym_get_type(sym); in build_conf()
864 switch (sym_get_type(menu->sym)) { in conf_string()
A Dnconf.c794 type = sym_get_type(sym); in build_conf()
1356 switch (sym_get_type(menu->sym)) { in conf_string()
A Dconf.c85 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
A Dqconf.cc149 type = sym_get_type(sym); in updateMenu()
475 type = sym_get_type(sym); in setValue()
506 type = sym_get_type(sym); in changeValue()
A Dgconf.c822 switch (sym_get_type(sym)) { in change_sym_value()
1109 stype = sym_get_type(sym); in fill_row()
A Dconfdata.c1291 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()

Completed in 18 milliseconds