Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c1483 re_dfastate_t *new_state; in re_acquire_state() local
1508 new_state = create_ci_newstate (dfa, nodes, hash); in re_acquire_state()
1509 if (BE (new_state == NULL, 0)) in re_acquire_state()
1512 return new_state; in re_acquire_state()
1531 re_dfastate_t *new_state; in re_acquire_state_context() local
1555 new_state = create_cd_newstate (dfa, nodes, context, hash); in re_acquire_state_context()
1556 if (BE (new_state == NULL, 0)) in re_acquire_state_context()
1559 return new_state; in re_acquire_state_context()