Home
last modified time | relevance | path

Searched refs:CHARACTER (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c321 if (type == CHARACTER) in re_compile_fastmap_iter()
335 && dfa->nodes[node].type == CHARACTER in re_compile_fastmap_iter()
1070 case CHARACTER: in optimize_utf8()
1122 if (dfa->nodes[node].type == CHARACTER in optimize_utf8()
1785 token->type = CHARACTER; in peek_token()
1801 token->type = CHARACTER; in peek_token()
1915 token->type = CHARACTER; in peek_token()
2020 token->type = CHARACTER; in peek_token_bracket()
2033 token->type = CHARACTER; in peek_token_bracket()
2062 token->type = CHARACTER; in peek_token_bracket()
[all …]
Dregex_internal.h237 CHARACTER = 1, enumerator
Dregexec.c3606 if (type == CHARACTER) in group_nodes_into_DFAstates()
3663 if (type == CHARACTER && !node->word_char) in group_nodes_into_DFAstates()
3682 if (type == CHARACTER && node->word_char) in group_nodes_into_DFAstates()
3710 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
4086 case CHARACTER: in check_node_accept()
Dregex_internal.c1644 if (type == CHARACTER && !node->constraint) in create_ci_newstate()
1698 if (type == CHARACTER && !constraint) in create_cd_newstate()