Searched refs:a_matched (Results 1 – 2 of 2) sorted by relevance
5582 bool a_matched; in handle_braces() local5601 a_matched = false; in handle_braces()5675 a_matched = input_suffix_matches (atom, end_atom); in handle_braces()5677 a_matched = input_spec_matches (atom, end_atom); in handle_braces()5679 a_matched = switch_matches (atom, end_atom, a_is_starred); in handle_braces()5681 if (a_matched != a_is_negated) in handle_braces()
6300 bool a_matched; in handle_braces() local6319 a_matched = false; in handle_braces()6334 p = handle_spec_function (p + 2, &a_matched); in handle_braces()6435 a_matched = input_suffix_matches (atom, end_atom); in handle_braces()6437 a_matched = input_spec_matches (atom, end_atom); in handle_braces()6439 a_matched = switch_matches (atom, end_atom, a_is_starred); in handle_braces()6441 if (a_matched != a_is_negated) in handle_braces()