Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h304 OP_DUP_QUESTION, enumerator
H A Dregcomp.c1930 token->type = OP_DUP_QUESTION; in peek_token()
1976 token->type = OP_DUP_QUESTION; in peek_token()
2333 case OP_DUP_QUESTION: in parse_expression()
2462 || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM) in parse_expression()
2605 end = (token->type == OP_DUP_QUESTION) ? 1 : -1; in parse_dup_op()