Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h241 OP_PERIOD = 5, enumerator
Dregcomp.c425 else if (type == OP_PERIOD in re_compile_fastmap_iter()
1089 case OP_PERIOD: in optimize_utf8()
1125 else if (dfa->nodes[node].type == OP_PERIOD) in optimize_utf8()
1967 token->type = OP_PERIOD; in peek_token()
2362 case OP_PERIOD: in parse_expression()
Dregexec.c3612 else if (type == OP_PERIOD) in group_nodes_into_DFAstates()
3838 if (node->type == OP_PERIOD) in check_node_accept_bytes()
4102 case OP_PERIOD: in check_node_accept()
Dregex_internal.c1448 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET; in re_dfa_add_node()