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

/external/pcre/dist/
H A Dpcregrep.c293 OP_OP_NUMBER, OP_OP_NUMBERS, OP_PATLIST, OP_FILELIST, OP_BINFILES }; enumerator in enum:__anon28498
344 { OP_FILELIST, 'f', &pattern_files_data, "file=path", "read patterns from file" },
345 { OP_FILELIST, N_FILE_LIST, &file_lists_data, "file-list=path","read files to search from file" },
375 { OP_FILELIST, N_EXCLUDE_FROM,&exclude_from_data, "exclude-from=path", "read exclude list from file" },
376 { OP_FILELIST, N_INCLUDE_FROM,&include_from_data, "include-from=path", "read include list from file" },
2880 /* If the option type is OP_FILELIST, it's one of the options that names a
2883 else if (op->type == OP_FILELIST)

Completed in 73 milliseconds