Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregexec.c2077 int cls_node = -1; in check_subexp_limits() local
2087 cls_node = node; in check_subexp_limits()
2101 if (cls_node >= 0) in check_subexp_limits()
2106 cls_node) in check_subexp_limits()
2108 cls_node)) in check_subexp_limits()
2782 int cls_node, sl_str_off; in get_subexp() local
2809 cls_node = find_subexp_node (dfa, nodes, subexp_num, in get_subexp()
2811 if (cls_node == -1) in get_subexp()
2823 sub_top->str_idx, cls_node, sl_str, in get_subexp()
2829 sub_last = match_ctx_add_sublast (sub_top, cls_node, sl_str); in get_subexp()
[all …]