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

/linux-master/scripts/kconfig/
H A Dlkc_proto.h28 enum symbol_type sym_get_type(struct symbol *sym);
H A Dsymbol.c40 enum symbol_type sym_get_type(struct symbol *sym) function
209 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
218 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
227 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
382 switch (sym_get_type(sym)) {
421 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
490 int type = sym_get_type(sym);
H A Dconf.c233 switch (sym_get_type(sym)) {
310 if (sym_get_type(sym) == S_TRISTATE &&
H A Dmconf.c515 type = sym_get_type(sym);
700 switch (sym_get_type(menu->sym)) {
H A Dnconf.c816 type = sym_get_type(sym);
1397 switch (sym_get_type(menu->sym)) {
H A Dqconf.cc137 type = sym_get_type(sym);
497 type = sym_get_type(sym);
528 type = sym_get_type(sym);
H A Dgconf.c816 switch (sym_get_type(sym)) {
1107 stype = sym_get_type(sym);

Completed in 283 milliseconds