Searched refs:OP_FILELIST (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 386 OP_OP_NUMBER, OP_OP_NUMBERS, OP_PATLIST, OP_FILELIST, OP_BINFILES }; enumerator 442 { OP_FILELIST, 'f', &pattern_files_data, "file=path", "read patterns from file" }, 443 …{ OP_FILELIST, N_FILE_LIST, &file_lists_data, "file-list=path","read files to search from file" … 478 …{ OP_FILELIST, N_EXCLUDE_FROM,&exclude_from_data, "exclude-from=path", "read exclude list from f… 479 …{ OP_FILELIST, N_INCLUDE_FROM,&include_from_data, "include-from=path", "read include list from f… 4114 else if (op->type == OP_FILELIST) in main()
|