Searched refs:reg_num (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c1526 int reg_num = dfa->nodes[cur_node].opr.idx + 1;
1529 if (reg_num < nmatch)
1531 pmatch[reg_num].rm_so = cur_idx;
1532 pmatch[reg_num].rm_eo = -1;
1537 int reg_num = dfa->nodes[cur_node].opr.idx + 1;
1538 if (reg_num < nmatch)
1541 if (pmatch[reg_num].rm_so < cur_idx)
1543 pmatch[reg_num].rm_eo = cur_idx;
1551 && prev_idx_match[reg_num].rm_so != -1)
1561 pmatch[reg_num]
1523 int reg_num = dfa->nodes[cur_node].opr.idx + 1; local
1534 int reg_num = dfa->nodes[cur_node].opr.idx + 1; local
[all...]

Completed in 23 milliseconds