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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c376 next_new_state->offset = (x); \
377 next_new_state->count = (y); \
378 next_new_state++; \
386 next_new_state->offset = (x); \
387 next_new_state->count = (y); \
388 next_new_state->data = (z); \
389 next_new_state++; \
410 stateblock *next_active_state, *next_new_state; local
453 next_new_state = new_states = active_states + wscount;
612 next_new_state
[all...]

Completed in 31 milliseconds