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

/scripts/kconfig/
H A Dlkc_proto.h38 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dmconf.c401 type = sym_get_type(sym);
711 switch (sym_get_type(menu->sym)) {
H A Dsymbol.c63 enum symbol_type sym_get_type(struct symbol *sym) function
220 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
323 switch (sym_get_type(sym)) {
366 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
457 int type = sym_get_type(sym);
H A Dconf.c84 enum symbol_type type = sym_get_type(sym);
H A Dconfdata.c1105 switch (sym_get_type(sym)) {
1119 cnt = sym_get_type(sym) == S_TRISTATE ? 3 : 2;
H A Dnconf.c791 type = sym_get_type(sym);
1356 switch (sym_get_type(menu->sym)) {
H A Dqconf.cc160 type = sym_get_type(sym);
494 type = sym_get_type(sym);
525 type = sym_get_type(sym);
H A Dgconf.c847 switch (sym_get_type(sym)) {
1134 stype = sym_get_type(sym);

Completed in 3728 milliseconds