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

/freebsd-13-stable/contrib/flex/src/
H A Decs.c119 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */ local
150 if (ccl_char == i && !cclflags[j]) {
161 cclflags[j] = 1;
192 for (++cclp; cclp < lenccl && cclflags[cclp]; ++cclp) {
194 cclflags[cclp] = 0;

Completed in 96 milliseconds