Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c1007 struct match_state struct
1018 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1074 struct match_state match_state = { in conf() local
1092 if (match_state.in_search) { in conf()
1094 "searching: %s", match_state.pattern); in conf()
1101 if (do_match(res, &match_state, &current_index) == 0) { in conf()
1251 struct match_state match_state = { in conf_choice() local
1287 if (match_state.in_search) { in conf_choice()
1289 match_state.pattern); in conf_choice()
1296 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()