Home
last modified time | relevance | path

Searched refs:sym_find (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/
H A Dlkc_proto.h22 struct symbol * sym_find(const char *name);
H A Dconfdata.c446 sym = sym_find(sym_name); in conf_read_simple()
H A Dsymbol.c961 struct symbol *sym_find(const char *name) in sym_find() function
H A Dqconf.cc1151 sym = sym_find(url.toEncoded().constData()); in clicked()