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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h219 OP_DUP_QUESTION, enumerator in enum:__anon1948
H A Dregcomp.c1910 token->type = OP_DUP_QUESTION;
1956 token->type = OP_DUP_QUESTION;
2301 case OP_DUP_QUESTION:
2423 || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM)
2551 end = (token->type == OP_DUP_QUESTION) ? 1 : -1;

Completed in 53 milliseconds