Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c303 static omstr *only_matching = NULL; variable
314 static omdatastr only_matching_data = { &only_matching, &only_matching_last };
2829 for (om = only_matching; om != NULL; om = om->next) in pcre2grep()
3551 if (only_matching == NULL) only_matching = only_matching_last; in handle_option()
4035 if (only_matching == NULL) only_matching = only_matching_last; in main()
4151 only_matching_count = (only_matching != NULL) + (output_text != NULL) + in main()
4164 for (om = only_matching; om != NULL; om = om->next) in main()
4539 while (only_matching != NULL) in main()
4541 omstr *this = only_matching; in main()
4542 only_matching = this->next; in main()