Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrverscmp.c59 static const uint8_t next_state[] = in strverscmp() local
93 state = next_state[state]; in strverscmp()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c131 re_dfastate_t *next_state)
2224 re_dfastate_t *next_state) in merge_state_with_log() argument
2231 mctx->state_log[cur_idx] = next_state; in merge_state_with_log()
2236 mctx->state_log[cur_idx] = next_state; in merge_state_with_log()
2249 if (next_state != NULL) in merge_state_with_log()
2265 next_state = mctx->state_log[cur_idx] in merge_state_with_log()
2285 if (next_state->has_backref) in merge_state_with_log()
2290 next_state = mctx->state_log[cur_idx]; in merge_state_with_log()
2294 return next_state; in merge_state_with_log()
2371 re_dfastate_t *next_state;
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.lex.c_shipped1624 * next_state = yy_try_NUL_trans( current_state );

Completed in 10 milliseconds