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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h225 OP_CLOSE_DUP_NUM, enumerator in enum:__anon5495
H A Dregcomp.c1879 token->type = OP_CLOSE_DUP_NUM;
1925 token->type = OP_CLOSE_DUP_NUM;
2277 case OP_CLOSE_DUP_NUM:
2467 end = ((token->type == OP_CLOSE_DUP_NUM) ? start
2493 if (BE ((end != -1 && start > end) || token->type != OP_CLOSE_DUP_NUM, 0))
3674 if (token->type == OP_CLOSE_DUP_NUM || c == ',')

Completed in 61 milliseconds