Searched refs:isconst (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h20 P(sym_lookup,struct symbol *,(const char *name, int isconst));
H A Dsymbol.c646 struct symbol *sym_lookup(const char *name, int isconst) argument
667 if ((isconst && symbol->flags & SYMBOL_CONST) ||
668 (!isconst && !(symbol->flags & SYMBOL_CONST)))
683 if (isconst)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc_proto.h19 P(sym_lookup,struct symbol *,(const char *name, int isconst));
H A Dsymbol.c518 struct symbol *sym_lookup(const char *name, int isconst) argument
540 if ((isconst && symbol->flags & SYMBOL_CONST) ||
541 (!isconst && !(symbol->flags & SYMBOL_CONST))) {
558 if (isconst)

Completed in 118 milliseconds