OP_NODATA         193 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    N_NULL,   NULL,              "",              "  terminate options" },
OP_NODATA         194 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    N_HELP,   NULL,              "help",          "display this help and exit" },
OP_NODATA         199 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'c',      NULL,              "count",         "print only a count of matching lines per FILE" },
OP_NODATA         204 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'F',      NULL,              "fixed_strings", "patterns are sets of newline-separated strings" },
OP_NODATA         206 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    N_FOFFSETS, NULL,            "file-offsets",  "output file offsets, not text" },
OP_NODATA         207 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'H',      NULL,              "with-filename", "force the prefixing filename on output" },
OP_NODATA         208 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'h',      NULL,              "no-filename",   "suppress the prefixing filename on output" },
OP_NODATA         209 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'i',      NULL,              "ignore-case",   "ignore case distinctions" },
OP_NODATA         210 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'l',      NULL,              "files-with-matches", "print only FILE names containing matches" },
OP_NODATA         211 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'L',      NULL,              "files-without-match","print only FILE names not containing matches" },
OP_NODATA         213 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    N_LOFFSETS, NULL,            "line-offsets",  "output line numbers and offsets, not text" },
OP_NODATA         215 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'M',      NULL,              "multiline",     "run in multiline mode" },
OP_NODATA         217 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'n',      NULL,              "line-number",   "print line number with output lines" },
OP_NODATA         218 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'o',      NULL,              "only-matching", "show only the part of the line that matched" },
OP_NODATA         219 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'q',      NULL,              "quiet",         "suppress output, just set return code" },
OP_NODATA         220 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'r',      NULL,              "recursive",     "recursively scan sub-directories" },
OP_NODATA         226 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    's',      NULL,              "no-messages",   "suppress error messages" },
OP_NODATA         227 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'u',      NULL,              "utf-8",         "use UTF-8 mode" },
OP_NODATA         228 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'V',      NULL,              "version",       "print version information and exit" },
OP_NODATA         229 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'v',      NULL,              "invert-match",  "select non-matching lines" },
OP_NODATA         230 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'w',      NULL,              "word-regex(p)", "force patterns to match only as words"  },
OP_NODATA         231 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    'x',      NULL,              "line-regex(p)", "force patterns to match only whole lines" },
OP_NODATA         232 ext/pcre/pcrelib/pcregrep.c   { OP_NODATA,    0,        NULL,               NULL,            NULL }
OP_NODATA        1939 ext/pcre/pcrelib/pcregrep.c       if (op->type != OP_NODATA || s[1] == 0)
OP_NODATA        1952 ext/pcre/pcrelib/pcregrep.c   if (op->type == OP_NODATA)