Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c298 typedef struct fndatastr { struct
301 } fndatastr; argument
303 static fndatastr exclude_from_data = { &exclude_from, &exclude_from_last };
304 static fndatastr include_from_data = { &include_from, &include_from_last };
305 static fndatastr file_lists_data = { &file_lists, &file_lists_last };
306 static fndatastr pattern_files_data = { &pattern_files, &pattern_files_last };
3905 fndatastr *fd = (fndatastr *)op->dataptr; in main()