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

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c42 int tbldiff PROTO((int[], int, int[]));
123 mindiff = tbldiff( state, minprot,
142 mindiff = tbldiff( state, minprot,
160 d = tbldiff( state, i, extrct[1 - extptr] );
759 numdiff = tbldiff( state, firstprot, tmp );
855 /* tbldiff - compute differences between two state tables
869 int tbldiff( state, pr, ext ) function

Completed in 47 milliseconds