Home
last modified time | relevance | path

Searched refs:nfacmp (Results 1 – 2 of 2) sorted by relevance

/dports/devel/dparser/dparser-1.31/
H A Dlex.c77 static int nfacmp(const void *ai, const void *aj) { in nfacmp() function
95 qsort(x->states.v, x->states.n, sizeof(x->states.v[0]), nfacmp); in nfa_closure()
/dports/japanese/xtr/xtr1.50e-0.2/lib/
H A Drx.c2221 nfacmp (void * va, void * vb) in nfacmp() function
2224 nfacmp (va, vb) in nfacmp()
2390 sizeof (struct rx_nfa_state *), (int (*)())nfacmp);