OP_FINISH        6151 regcomp.c        { OP_FINISH,            "finish",          ARG_NON },
OP_FINISH        1283 regexec.c      static int OpCurr = OP_FINISH;
OP_FINISH        1353 regexec.c        static const UChar FinishCode[] = { OP_FINISH };
OP_FINISH        1618 regexec.c            fprintf(stderr, "%4"PRIdPTR"> \"", (*p == OP_FINISH) ? (ptrdiff_t )-1 : s - str); \
OP_FINISH        1621 regexec.c            if (*p != OP_FINISH) {    /* s may not be a valid pointer if OP_FINISH. */ \
OP_FINISH        3063 regexec.c          CASE(OP_FINISH)