Searched refs:match_state (Results 1 – 1 of 1) sorted by relevance
993 struct match_state struct1004 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument1063 struct match_state match_state = { in selected_conf() local1093 if (match_state.in_search) { in selected_conf()1095 "searching: %s", match_state.pattern); in selected_conf()1102 if (do_match(res, &match_state, ¤t_index) == 0) { in selected_conf()1239 struct match_state match_state = { in conf_choice() local1275 if (match_state.in_search) { in conf_choice()1277 match_state.pattern); in conf_choice()1284 if (do_match(res, &match_state, &selected_index) == 0) { in conf_choice()