Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c2050 Idx cls_node = REG_MISSING; in check_subexp_limits() local
2060 cls_node = node; in check_subexp_limits()
2074 if (REG_VALID_INDEX (cls_node)) in check_subexp_limits()
2079 cls_node) in check_subexp_limits()
2081 cls_node)) in check_subexp_limits()
2751 Idx cls_node; in get_subexp() local
2779 cls_node = find_subexp_node (dfa, nodes, subexp_num, OP_CLOSE_SUBEXP); in get_subexp()
2780 if (cls_node == REG_MISSING) in get_subexp()
2792 sub_top->str_idx, cls_node, sl_str, OP_CLOSE_SUBEXP); in get_subexp()
2797 sub_last = match_ctx_add_sublast (sub_top, cls_node, sl_str); in get_subexp()
[all …]