Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h173 OP_DUP_PLUS = 18, enumerator
A Dregcomp.c1827 token->type = OP_DUP_PLUS; in peek_token()
1873 token->type = OP_DUP_PLUS; in peek_token()
2215 case OP_DUP_PLUS: in parse_expression()
2337 while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS in parse_expression()
2461 start = (token->type == OP_DUP_PLUS) ? 1 : 0; in parse_dup_op()

Completed in 10 milliseconds