Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h685 bitset_word_t used_bkref_map; member
Dregcomp.c1276 dfa->used_bkref_map |= 1 << node->token.opr.idx; in optimize_subexps()
1290 dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx); in optimize_subexps()
1334 || !(dfa->used_bkref_map in lower_subexp()
2265 dfa->used_bkref_map |= 1 << token->opr.idx; in parse_expression()
Dregexec.c2479 && (dfa->used_bkref_map in check_subexp_matching_top()