Searched refs:ndests (Results 1 – 1 of 1) sorted by relevance
3360 Idx ndests; /* Number of the destination states from `state'. */ in build_trtable() local3394 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch); in build_trtable()3395 if (BE (! REG_VALID_NONZERO_INDEX (ndests), 0)) in build_trtable()3399 if (ndests == 0) in build_trtable()3408 err = re_node_set_alloc (&follows, ndests + 1); in build_trtable()3415 < ndests), in build_trtable()3420 + ndests * 3 * sizeof (re_dfastate_t *))) in build_trtable()3422 alloca (ndests * 3 * sizeof (re_dfastate_t *)); in build_trtable()3426 malloc (ndests * 3 * sizeof (re_dfastate_t *)); in build_trtable()3433 for (i = 0; i < ndests; ++i) in build_trtable()[all …]