Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:csize

74 #define CSIZE 256
231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
373 * csize - size of character set for the scanner we're generating;
392 extern int csize;
541 * can use the CSIZE'th element to hold equivalence class information
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
548 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
550 * don't require the extra position since they're indexed from 1 .. CSIZE - 1.
552 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];