Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h267 OP_CLOSE_DUP_NUM, enumerator
Dregcomp.c1907 token->type = OP_CLOSE_DUP_NUM; in peek_token()
1953 token->type = OP_CLOSE_DUP_NUM; in peek_token()
2304 case OP_CLOSE_DUP_NUM: in parse_expression()
2494 end = ((token->type == OP_CLOSE_DUP_NUM) ? start in parse_dup_op()
3698 if (token->type == OP_CLOSE_DUP_NUM || c == ',') in fetch_number()