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

/external/pcre/dist/
H A Dpcregrep.c208 static omstr *only_matching = NULL; variable
218 static omdatastr only_matching_data = { &only_matching, &only_matching_last };
1755 for (om = only_matching; om != NULL; om = om->next)
2369 if (only_matching == NULL) only_matching = only_matching_last;
2833 if (only_matching == NULL) only_matching = only_matching_last;
2947 if ((only_matching != NULL && (file_offsets || line_offsets)) ||
2955 if (only_matching != NULL || file_offsets || line_offsets)
3276 while (only_matching !
[all...]

Completed in 178 milliseconds