Searched defs:patdatastr (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c273 typedef struct patdatastr { struct
276 } patdatastr; typedef in typeref:struct:patdatastr
278 static patdatastr match_patdata = { &patterns, &patterns_last };
279 static patdatastr include_patdata = { &include_patterns, &include_patterns_last };
280 static patdatastr exclude_patdata = { &exclude_patterns, &exclude_patterns_last };
281 static patdatastr include_dir_patdata = { &include_dir_patterns, &include_dir_patterns_last };
282 static patdatastr exclude_dir_patdata = { &exclude_dir_patterns, &exclude_dir_patterns_last };
2874 patdatastr *pd = (patdatastr *)op->dataptr;

Completed in 55 milliseconds