Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h261 OP_DUP_PLUS = 18, enumerator
Dregcomp.c1895 token->type = OP_DUP_PLUS; in peek_token()
1941 token->type = OP_DUP_PLUS; in peek_token()
2283 case OP_DUP_PLUS: in parse_expression()
2405 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()
2529 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()