Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2grep.c300 static omstr *only_matching = NULL; variable
311 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()