Searched refs:ANCHOR (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1059 case ANCHOR:
1351 if (node->token.type == ANCHOR)
1416 case ANCHOR:
1802 token->type = ANCHOR;
1809 token->type = ANCHOR;
1816 token->type = ANCHOR;
1823 token->type = ANCHOR;
1846 token->type = ANCHOR;
1853 token->type = ANCHOR;
1949 token->type = ANCHOR;
[all...]
H A Dregex_internal.h212 ANCHOR = EPSILON_BIT | 4, enumerator in enum:__anon5495
299 re_context_type ctx_type; /* for ANCHOR */
H A Dregex_internal.c1632 else if (type == ANCHOR || node->constraint)

Completed in 45 milliseconds