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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h25 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dconf.c69 enum symbol_type type = sym_get_type(sym);
216 type = sym_get_type(sym);
287 type = sym_get_type(sym);
H A Dsymbol.c77 enum symbol_type sym_get_type(struct symbol *sym) function
215 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
300 switch (sym_get_type(sym)) {
323 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
405 int type = sym_get_type(sym);
H A Dmconf.c600 type = sym_get_type(sym);
940 switch (sym_get_type(menu->sym)) {
H A Dqconf.cc223 type = sym_get_type(sym);
512 type = sym_get_type(sym);
543 type = sym_get_type(sym);
H A Dgconf.c910 switch (sym_get_type(sym)) {
1227 stype = sym_get_type(sym);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h27 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dconf.c69 enum symbol_type type = sym_get_type(sym);
216 type = sym_get_type(sym);
287 type = sym_get_type(sym);
H A Dsymbol.c77 enum symbol_type sym_get_type(struct symbol *sym) function
215 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
300 switch (sym_get_type(sym)) {
323 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
408 int type = sym_get_type(sym);
H A Dmconf.c490 type = sym_get_type(sym);
795 switch (sym_get_type(menu->sym)) {
H A Dqconf.cc145 type = sym_get_type(sym);
470 type = sym_get_type(sym);
501 type = sym_get_type(sym);
H A Dgconf.c897 switch (sym_get_type(sym)) {
1211 stype = sym_get_type(sym);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc_proto.h23 P(sym_get_type,int,(struct symbol *sym));
H A Dconf.c77 enum symbol_type type = sym_get_type(sym);
213 type = sym_get_type(sym);
285 type = sym_get_type(sym);
H A Dsymbol.c81 int sym_get_type(struct symbol *sym) function
226 switch (sym_get_type(sym)) {
308 int type = sym_get_type(sym);
513 if (sym_get_type(sym) == S_TRISTATE && sym->visible == yes)
H A Dmconf.c241 type = sym_get_type(sym);
518 switch (sym_get_type(menu->sym)) {

Completed in 190 milliseconds