Home
last modified time | relevance | path

Searched refs:sym_re_search (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h22 struct symbol ** sym_re_search(const char *pattern);
H A Dmconf.c474 sym_arr = sym_re_search(dialog_input); in search_conf()
H A Dqconf.cc1192 result = sym_re_search(data); in clicked()
1306 result = sym_re_search(editField->text().toLatin1()); in search()
H A Dnconf.c781 sym_arr = sym_re_search(dialog_input); in search_conf()
H A Dsymbol.c909 struct symbol **sym_re_search(const char *pattern) in sym_re_search() function
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h36 struct symbol ** sym_re_search(const char *pattern);
H A Dmconf.c432 sym_arr = sym_re_search(dialog_input); in search_conf()
H A Dnconf.c725 sym_arr = sym_re_search(dialog_input); in search_conf()
H A Dsymbol.c1040 struct symbol **sym_re_search(const char *pattern) in sym_re_search() function
H A Dqconf.cc1330 result = sym_re_search(editField->text().toLatin1()); in search()