Home | History | Annotate | Download | only in lib

Lines Matching refs:reg_num

1571       Idx reg_num = dfa->nodes[cur_node].opr.idx + 1;
1574 if (reg_num < nmatch)
1576 pmatch[reg_num].rm_so = cur_idx;
1577 pmatch[reg_num].rm_eo = -1;
1582 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1;
1583 if (reg_num < nmatch)
1586 if (pmatch[reg_num].rm_so < cur_idx)
1588 pmatch[reg_num].rm_eo = cur_idx;
1596 && prev_idx_match[reg_num].rm_so != -1)
1606 pmatch[reg_num].rm_eo = cur_idx;