Searched refs:only_matching (Results 1 – 1 of 1) sorted by relevance
300 static omstr *only_matching = NULL; variable311 static omdatastr only_matching_data = { &only_matching, &only_matching_last };2848 for (om = only_matching; om != NULL; om = om->next) in pcre2grep()3600 if (only_matching == NULL) only_matching = only_matching_last; in handle_option()4069 if (only_matching == NULL) only_matching = only_matching_last; in main()4181 only_matching_count = (only_matching != NULL) + (output_text != NULL) + in main()4193 for (om = only_matching; om != NULL; om = om->next) in main()4563 while (only_matching != NULL) in main()4565 omstr *this = only_matching; in main()4566 only_matching = this->next; in main()