OP_NODATA         179 pcre/pcregrep.cpp   { OP_NODATA,    N_NULL,   NULL,              "",              "  terminate options" },
OP_NODATA         180 pcre/pcregrep.cpp   { OP_NODATA,    N_HELP,   NULL,              "help",          "display this help and exit" },
OP_NODATA         185 pcre/pcregrep.cpp   { OP_NODATA,    'c',      NULL,              "count",         "print only a count of matching lines per FILE" },
OP_NODATA         190 pcre/pcregrep.cpp   { OP_NODATA,    'F',      NULL,              "fixed_strings", "patterns are sets of newline-separated strings" },
OP_NODATA         192 pcre/pcregrep.cpp   { OP_NODATA,    'H',      NULL,              "with-filename", "force the prefixing filename on output" },
OP_NODATA         193 pcre/pcregrep.cpp   { OP_NODATA,    'h',      NULL,              "no-filename",   "suppress the prefixing filename on output" },
OP_NODATA         194 pcre/pcregrep.cpp   { OP_NODATA,    'i',      NULL,              "ignore-case",   "ignore case distinctions" },
OP_NODATA         195 pcre/pcregrep.cpp   { OP_NODATA,    'l',      NULL,              "files-with-matches", "print only FILE names containing matches" },
OP_NODATA         196 pcre/pcregrep.cpp   { OP_NODATA,    'L',      NULL,              "files-without-match","print only FILE names not containing matches" },
OP_NODATA         199 pcre/pcregrep.cpp   { OP_NODATA,    'M',      NULL,              "multiline",     "run in multiline mode" },
OP_NODATA         201 pcre/pcregrep.cpp   { OP_NODATA,    'n',      NULL,              "line-number",   "print line number with output lines" },
OP_NODATA         202 pcre/pcregrep.cpp   { OP_NODATA,    'o',      NULL,              "only-matching", "show only the part of the line that matched" },
OP_NODATA         203 pcre/pcregrep.cpp   { OP_NODATA,    'q',      NULL,              "quiet",         "suppress output, just set return code" },
OP_NODATA         204 pcre/pcregrep.cpp   { OP_NODATA,    'r',      NULL,              "recursive",     "recursively scan sub-directories" },
OP_NODATA         210 pcre/pcregrep.cpp   { OP_NODATA,    's',      NULL,              "no-messages",   "suppress error messages" },
OP_NODATA         211 pcre/pcregrep.cpp   { OP_NODATA,    'u',      NULL,              "utf-8",         "use UTF-8 mode" },
OP_NODATA         212 pcre/pcregrep.cpp   { OP_NODATA,    'V',      NULL,              "version",       "print version information and exit" },
OP_NODATA         213 pcre/pcregrep.cpp   { OP_NODATA,    'v',      NULL,              "invert-match",  "select non-matching lines" },
OP_NODATA         214 pcre/pcregrep.cpp   { OP_NODATA,    'w',      NULL,              "word-regex(p)", "force patterns to match only as words"  },
OP_NODATA         215 pcre/pcregrep.cpp   { OP_NODATA,    'x',      NULL,              "line-regex(p)", "force patterns to match only whole lines" },
OP_NODATA         216 pcre/pcregrep.cpp   { OP_NODATA,    0,        NULL,               NULL,            NULL }
OP_NODATA        1726 pcre/pcregrep.cpp       if (op->type != OP_NODATA || s[1] == 0)
OP_NODATA        1739 pcre/pcregrep.cpp   if (op->type == OP_NODATA)