Lines Matching refs:cls_node
2050 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()
2851 Idx cls_node = nodes->elems[cls_idx]; in find_subexp_node() local
2852 const re_token_t *node = dfa->nodes + cls_node; in find_subexp_node()
2855 return cls_node; in find_subexp_node()