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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc_proto.h23 P(sym_get_type,int,(struct symbol *sym));
H A Dconf.c78 enum symbol_type type = sym_get_type(sym);
214 type = sym_get_type(sym);
286 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.c242 type = sym_get_type(sym);
519 switch (sym_get_type(menu->sym)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc_proto.h34 P(sym_get_type,enum symbol_type,(struct symbol *sym));
H A Dsymbol.c64 enum symbol_type sym_get_type(struct symbol *sym) function
221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
324 switch (sym_get_type(sym)) {
355 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
446 int type = sym_get_type(sym);
H A Dmconf.c406 type = sym_get_type(sym);
716 switch (sym_get_type(menu->sym)) {
H A Dconf.c86 enum symbol_type type = sym_get_type(sym);
H A Dconfdata.c994 switch (sym_get_type(sym)) {
1008 cnt = sym_get_type(sym) == S_TRISTATE ? 3 : 2;
H A Dnconf.c892 type = sym_get_type(sym);
1370 switch (sym_get_type(menu->sym)) {
H A Dqconf.cc145 type = sym_get_type(sym);
481 type = sym_get_type(sym);
512 type = sym_get_type(sym);
H A Dgconf.c833 switch (sym_get_type(sym)) {
1150 stype = sym_get_type(sym);

Completed in 190 milliseconds