Home
last modified time | relevance | path

Searched refs:sym_lookup (Results 1 – 9 of 9) sorted by relevance

/external/toybox/kconfig/
Dconfdata.c68 sym = sym_lookup(name, 0); in conf_expand_value()
178 sym = sym_lookup(line + 9, 0); in conf_read_simple()
218 sym = sym_lookup(line + strlen(CONFIG_PREFIX), 0); in conf_read_simple()
444 sym = sym_lookup("KCONFIG_VERSION", 0); in conf_write()
714 sym = sym_lookup("KCONFIG_VERSION", 0); in conf_write_autoconf()
Dsymbol.c42 prop->expr = expr_alloc_symbol(sym_lookup(def, 1)); in sym_add_default()
58 sym = sym_lookup("ARCH", 0); in sym_init()
65 sym = sym_lookup("KERNELVERSION", 0); in sym_init()
72 sym = sym_lookup("UNAME_RELEASE", 0); in sym_init()
647 struct symbol *sym_lookup(const char *name, int isconst) in sym_lookup() function
Dlkc_proto.h21 P(sym_lookup,struct symbol *,(const char *name, int isconst));
Dzconf.tab.c_shipped1470 struct symbol *sym = sym_lookup((yyvsp[-1].string), 0);
1488 struct symbol *sym = sym_lookup((yyvsp[-1].string), 0);
1540 menu_add_symbol(P_SELECT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
1578 struct symbol *sym = sym_lookup(NULL, 0);
1636 menu_add_symbol(P_DEFAULT, sym_lookup((yyvsp[-2].string), 0), (yyvsp[-1].expr));
1822 { (yyval.symbol) = sym_lookup((yyvsp[0].string), 0); free((yyvsp[0].string)); ;}
1827 { (yyval.symbol) = sym_lookup((yyvsp[0].string), 1); free((yyvsp[0].string)); ;}
2115 modules_sym = sym_lookup(NULL, 0);
2131 prop->expr = expr_alloc_symbol(sym_lookup("MODULES", 0));
Dmconf.c874 sym = sym_lookup("KERNELVERSION", 0); in main()
/external/u-boot/scripts/kconfig/
Dlkc_proto.h32 struct symbol * sym_lookup(const char *name, int flags);
Dzconf.y275 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE);
518 nonconst_symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); };
521 | T_WORD_QUOTE { $$ = sym_lookup($1, SYMBOL_CONST); free($1); }
Dsymbol.c42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default()
57 sym = sym_lookup("UNAME_RELEASE", 0); in sym_init()
841 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() function
1422 prop->expr = expr_alloc_symbol(sym_lookup(env, SYMBOL_CONST)); in prop_add_env()
Dconfdata.c100 sym = sym_lookup(name, 0); in conf_expand_value()
328 sym = sym_lookup(line + 2 + strlen(CONFIG_), 0); in conf_read_simple()
362 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()