Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h153 OP_PERIOD = 5, enumerator
A Dregcomp.c384 else if (type == OP_PERIOD in re_compile_fastmap_iter()
1030 case OP_PERIOD: in optimize_utf8()
1059 else if (dfa->nodes[node].type == OP_PERIOD) in optimize_utf8()
1899 token->type = OP_PERIOD; in peek_token()
2294 case OP_PERIOD: in parse_expression()
A Dregexec.c3469 else if (type == OP_PERIOD) in group_nodes_into_DFAstates()
3692 if (node->type == OP_PERIOD) in check_node_accept_bytes()
3950 case OP_PERIOD: in check_node_accept()
A Dregex_internal.c1353 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET; in re_dfa_add_node()

Completed in 18 milliseconds