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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c2955 str_idx = path->next_idx ? path->next_idx : top_str;
3064 path->next_idx = str_idx;
3116 Idx next_idx = str_idx + naccepted;
3117 dest_state = mctx->state_log[next_idx];
3134 mctx->state_log[next_idx] = re_acquire_state (&err, dfa,
3136 if (BE (mctx->state_log[next_idx] == NULL
3112 Idx next_idx = str_idx + naccepted; local
H A Dregex_internal.h569 Idx next_idx; member in struct:__anon323

Completed in 20 milliseconds