Searched refs:OP_NODATA (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 351 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator 390 { OP_NODATA, N_NULL, NULL, "", "terminate options" }, 391 { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" }, 393 { OP_NODATA, 'a', NULL, "text", "treat binary files as text" }, 401 …{ OP_NODATA, 'c', NULL, "count", "print only a count of matching lin… 405 …{ OP_NODATA, 'F', NULL, "fixed-strings", "patterns are sets of newline-separ… 408 { OP_NODATA, N_FOFFSETS, NULL, "file-offsets", "output file offsets, not text" }, 409 …{ OP_NODATA, 'H', NULL, "with-filename", "force the prefixing filename on ou… 410 …{ OP_NODATA, 'h', NULL, "no-filename", "suppress the prefixing filename on… 411 …{ OP_NODATA, 'I', NULL, "", "treat binary files as not matching… [all …]
|