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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h22 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)))
682 if (isconst)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 159 milliseconds