Searched refs:only_matching (Results 1 – 1 of 1) sorted by relevance
208 static omstr *only_matching = NULL; variable218 static omdatastr only_matching_data = { &only_matching, &only_matching_last };1755 for (om = only_matching; om != NULL; om = om->next) in pcregrep()2369 if (only_matching == NULL) only_matching = only_matching_last; in handle_option()2833 if (only_matching == NULL) only_matching = only_matching_last; in main()2947 if ((only_matching != NULL && (file_offsets || line_offsets)) || in main()2955 if (only_matching != NULL || file_offsets || line_offsets) in main()3276 while (only_matching != NULL) in main()3278 omstr *this = only_matching; in main()3279 only_matching = this->next; in main()