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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h224 OP_CLOSE_DUP_NUM, enumerator in enum:__anon1948
H A Dregcomp.c1918 token->type = OP_CLOSE_DUP_NUM;
1964 token->type = OP_CLOSE_DUP_NUM;
2321 case OP_CLOSE_DUP_NUM:
2515 end = ((token->type == OP_CLOSE_DUP_NUM) ? start
2541 if (BE ((end != -1 && start > end) || token->type != OP_CLOSE_DUP_NUM, 0))
3707 if (token->type == OP_CLOSE_DUP_NUM || c == ',')

Completed in 46 milliseconds