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

/freebsd-current/contrib/flex/src/
H A Ddfa.c209 /* epsclosure - construct the epsilon closure of a set of ndfa states
212 * int *epsclosure( int t[num_states], int *numstates_addr,
229 int *epsclosure (int *t, int *ns_addr, int accset[], int *nacc_addr, int *hv_addr) function
331 ("consistency check failed in epsclosure()"));
570 nset = epsclosure (nset, &numstates, accset, &nacc,
621 nset = epsclosure (nset,
H A Dflexdef.h710 extern int *epsclosure(int *, int *, int[], int *, int *);

Completed in 78 milliseconds