Home
last modified time | relevance | path

Searched refs:OP_DUP_PLUS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
HDregcomp.c1852 token->type = OP_DUP_PLUS; in peek_token()
1898 token->type = OP_DUP_PLUS; in peek_token()
2239 case OP_DUP_PLUS: in parse_expression()
2361 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()
2485 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
HDregex_internal.h253 OP_DUP_PLUS = 18, enumerator
/dragonfly/contrib/grep/lib/
HDregcomp.c1912 token->type = OP_DUP_PLUS; in peek_token()
1958 token->type = OP_DUP_PLUS; in peek_token()
2318 case OP_DUP_PLUS: in parse_expression()
2446 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()
2590 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()
HDregex_internal.h266 OP_DUP_PLUS = 18, enumerator