OP_DUP_PLUS      1905 compat/regex/regcomp.c 	    token->type = OP_DUP_PLUS;
OP_DUP_PLUS      1951 compat/regex/regcomp.c 	token->type = OP_DUP_PLUS;
OP_DUP_PLUS      2293 compat/regex/regcomp.c     case OP_DUP_PLUS:
OP_DUP_PLUS      2415 compat/regex/regcomp.c   while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS
OP_DUP_PLUS      2545 compat/regex/regcomp.c       start = (token->type == OP_DUP_PLUS) ? 1 : 0;