Lines Matching full:matched
223 { OP_OP_STRING, N_COLOUR, &colour_option, "color=option", "matched text color option" },
224 { OP_OP_STRING, N_COLOUR, &colour_option, "colour=option", "matched text colour option" },
247 { OP_OP_NUMBER, 'o', &only_matching, "only-matching=n", "show only the part of the line that matched" },
264 { OP_OP_NUMBER, 'S', &S_arg, "jeffS", "replace matched (sub)string with X" },
1154 finding subsequent matches when colouring matched lines. */
1185 /* The --only-matching option prints just the substring that matched, or a
1314 the end of the matched string is found, so we adjust linelength and the
1335 replaces the matched string, or a specific captured string if it exists,
1375 and its line-ending characters (if they matched the pattern), so there
1967 separated by line breaks. They will be matched literally.
2008 /* Returns 0 if something matched, 1 if nothing matched, 2 after an error. */
2217 /* At this point we should have op pointing to a matched option. If the type