Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c109 int boundaries, Idx subexp_idx,
113 Idx limit, Idx subexp_idx,
165 Idx subexp_idx, int type) internal_function;
1345 Idx subexp_idx = dfa->nodes[node].opr.idx + 1; in proceed_next_node() local
1346 naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so; in proceed_next_node()
1349 if (regs[subexp_idx].rm_so == -1 || regs[subexp_idx].rm_eo == -1) in proceed_next_node()
1354 if (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, in proceed_next_node()
1938 Idx subexp_idx; in check_dst_limits() local
1941 subexp_idx = dfa->nodes[ent->node].opr.idx; in check_dst_limits()
1944 subexp_idx, dst_node, dst_idx, in check_dst_limits()
[all …]