Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregrep.c239 typedef struct fndatastr { struct
242 } fndatastr; argument
244 static fndatastr exclude_from_data = { &exclude_from, &exclude_from_last };
245 static fndatastr include_from_data = { &include_from, &include_from_last };
246 static fndatastr file_lists_data = { &file_lists, &file_lists_last };
247 static fndatastr pattern_files_data = { &pattern_files, &pattern_files_last };
2885 fndatastr *fd = (fndatastr *)op->dataptr; in main()