Searched refs:sym_lookup (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dlkc_proto.h19 P(sym_lookup,struct symbol *,(const char *name, int isconst));
H A Dsymbol.c41 prop->def = sym_lookup(def, 1);
65 sym = sym_lookup("VERSION", 0);
73 sym = sym_lookup("TARGET_ARCH", 0);
518 struct symbol *sym_lookup(const char *name, int isconst) function
H A Dconfdata.c44 sym = sym_lookup(name, 0);
123 sym = sym_lookup(line+2, 0);
H A Dzconf.y115 struct symbol *sym = sym_lookup($2, 0);
181 struct symbol *sym = sym_lookup(NULL, 0);
415 symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }
416 | T_STRING { $$ = sym_lookup($1, 1); free($1); }
435 modules_sym = sym_lookup("MODULES", 0);
H A Dmconf.c633 sym = sym_lookup("VERSION", 0);

Completed in 84 milliseconds