OP_DUP_PLUS      1910 maint/gnulib/lib/regcomp.c 	    token->type = OP_DUP_PLUS;
OP_DUP_PLUS      1956 maint/gnulib/lib/regcomp.c 	token->type = OP_DUP_PLUS;
OP_DUP_PLUS      2316 maint/gnulib/lib/regcomp.c     case OP_DUP_PLUS:
OP_DUP_PLUS      2444 maint/gnulib/lib/regcomp.c   while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS
OP_DUP_PLUS      2588 maint/gnulib/lib/regcomp.c       start = (token->type == OP_DUP_PLUS) ? 1 : 0;