Home | History | Annotate | Download | only in MVS

Lines Matching refs:CCL

240 #define CCL 11
1761 /* check to see if we've already encountered this ccl */
1770 /* we fudge a bit. We know that this ccl will
1776 * so the ccl can be rescanned
1867 BEGIN(CCL); return ( '^' );
1878 BEGIN(CCL); yylval = '-'; return ( CHAR );
1882 BEGIN(CCL); RETURNCHAR;
2082 BEGIN(CCL);
2104 case YY_STATE_EOF(CCL):