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

/freebsd-10-stable/contrib/flex/
H A Dccl.c47 return !cclng[cclp];
49 return cclng[cclp];
199 cclng = reallocate_integer_array (cclng, current_maxccls);
219 cclng[lastccl] = 0; /* ccl's start out life un-negated */
231 cclng[cclp] = 1;
H A Ddfa.c962 if (cclng[sym]) {
1067 if (cclng[tch]) {
H A Dmain.c95 int lastccl, *cclmap, *ccllen, *cclng, cclreuse;
1743 cclng = allocate_integer_array (current_maxccls);
94 int lastccl, *cclmap, *ccllen, *cclng, cclreuse; variable
H A Dflexdef.h642 * cclng - true for a given ccl if the ccl is negated
649 extern int lastccl, *cclmap, *ccllen, *cclng, cclreuse;

Completed in 117 milliseconds