Searched defs:lim_states (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c985 re_dfastate_t **lim_states = NULL;
1005 lim_states = re_malloc (re_dfastate_t *, match_last + 1);
1006 if (BE (lim_states == NULL, 0))
1013 memset (lim_states, '\0',
1015 sift_ctx_init (&sctx, sifted_states, lim_states, halt_node,
1021 if (sifted_states[0] != NULL || lim_states[0] != NULL)
1037 ret = merge_state_array (dfa, sifted_states, lim_states,
1039 re_free (lim_states);
1040 lim_states = NULL;
1046 sift_ctx_init (&sctx, sifted_states, lim_states, halt_nod
982 re_dfastate_t **lim_states = NULL; local
[all...]

Completed in 163 milliseconds