Home
last modified time | relevance | path

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

/NextBSD/contrib/libgnuregex/
HDregex_internal.h198 OP_PERIOD = 5, enumerator
HDregcomp.c415 else if (type == OP_PERIOD in re_compile_fastmap_iter()
1102 case OP_PERIOD: in optimize_utf8()
1131 else if (dfa->nodes[node].type == OP_PERIOD) in optimize_utf8()
1970 token->type = OP_PERIOD; in peek_token()
2370 case OP_PERIOD: in parse_expression()
HDregexec.c3588 else if (type == OP_PERIOD) in group_nodes_into_DFAstates()
3811 if (node->type == OP_PERIOD) in check_node_accept_bytes()
4078 case OP_PERIOD: in check_node_accept()
HDregex_internal.c1447 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET; in re_dfa_add_node()