Home | History | Annotate | Download | only in lib

Lines Matching full:new_state

1486   re_dfastate_t *new_state;
1511 new_state = create_ci_newstate (dfa, nodes, hash);
1512 if (BE (new_state == NULL, 0))
1515 return new_state;
1534 re_dfastate_t *new_state;
1558 new_state = create_cd_newstate (dfa, nodes, context, hash);
1559 if (BE (new_state == NULL, 0))
1562 return new_state;