Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c1074 case ANCHOR: in optimize_utf8()
1372 if (node->token.type == ANCHOR) in calc_first()
1437 case ANCHOR: in link_nfa_nodes()
1830 token->type = ANCHOR; in peek_token()
1837 token->type = ANCHOR; in peek_token()
1844 token->type = ANCHOR; in peek_token()
1851 token->type = ANCHOR; in peek_token()
1874 token->type = ANCHOR; in peek_token()
1881 token->type = ANCHOR; in peek_token()
1977 token->type = ANCHOR; in peek_token()
[all …]
Dregex_internal.h254 ANCHOR = EPSILON_BIT | 4, enumerator
Dregex_internal.c1655 else if (type == ANCHOR || node->constraint) in create_ci_newstate()