• Home
  • Raw
  • Download

Lines Matching refs:OP_NODATA

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…
412 { OP_NODATA, 'i', NULL, "ignore-case", "ignore case distinctions" },
413 …{ OP_NODATA, 'l', NULL, "files-with-matches", "print only FILE names contain…
414 …{ OP_NODATA, 'L', NULL, "files-without-match","print only FILE names not con…
416 { OP_NODATA, N_LBUFFER, NULL, "line-buffered", "use line buffering" },
417 …{ OP_NODATA, N_LOFFSETS, NULL, "line-offsets", "output line numbers and offsets, n…
423 { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
425 …{ OP_NODATA, 'n', NULL, "line-number", "print line number with output line…
427 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "do not use just-in-time compiler o…
429 …{ OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not s…
434 …{ OP_NODATA, 'q', NULL, "quiet", "suppress output, just set return c…
435 …{ OP_NODATA, 'r', NULL, "recursive", "recursively scan sub-directories" …
445 { OP_NODATA, 's', NULL, "no-messages", "suppress error messages" },
446 …{ OP_NODATA, 't', NULL, "total-count", "print total count of matching lines…
447 { OP_NODATA, 'u', NULL, "utf", "use UTF mode" },
448 …{ OP_NODATA, 'V', NULL, "version", "print version information and exit"…
449 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
450 …{ OP_NODATA, 'w', NULL, "word-regex(p)", "force patterns to match only as wor…
451 …{ OP_NODATA, 'x', NULL, "line-regex(p)", "force patterns to match only whole …
452 { OP_NODATA, 0, NULL, NULL, NULL }
3815 if (op->type != OP_NODATA) break; in main()
3829 if (op->type == OP_NODATA) in main()