OP_DUP_PLUS      1868 maint/gnulib/lib/regcomp.c 	    token->type = OP_DUP_PLUS;
OP_DUP_PLUS      1912 maint/gnulib/lib/regcomp.c 	token->type = OP_DUP_PLUS;
OP_DUP_PLUS      2268 maint/gnulib/lib/regcomp.c     case OP_DUP_PLUS:
OP_DUP_PLUS      2396 maint/gnulib/lib/regcomp.c   while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS
OP_DUP_PLUS      2540 maint/gnulib/lib/regcomp.c       start = (token->type == OP_DUP_PLUS) ? 1 : 0;