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

/freebsd-13-stable/contrib/flex/src/
H A Dtblcmp.c83 int extptr, extrct[2][CSIZE + 1]; local
86 /* If extptr is 0 then the first array of extrct holds the result
90 * extptr is 1 then the second array of extrct hold the best
96 extptr = 0;
122 extrct[extptr]);
139 extrct[extptr]);
155 d = tbldiff (state, i, extrct[1 - extptr]);
157 extptr = 1 - extptr;
188 mkentry (extrct[extptr], numec
[all...]

Completed in 56 milliseconds