Home | History | Annotate | Download | only in pcre

Lines Matching full:next_new_state

349     next_new_state->offset = (x); \
350 next_new_state->count = (y); \
351 next_new_state->ims = ims; \
352 next_new_state++; \
360 next_new_state->offset = (x); \
361 next_new_state->count = (y); \
362 next_new_state->ims = ims; \
363 next_new_state->data = (z); \
364 next_new_state++; \
386 stateblock *next_active_state, *next_new_state;
425 next_new_state = new_states = active_states + wscount;
580 next_new_state = new_states;