Home | History | Annotate | Download | only in MVS

Lines Matching refs:BEGIN

131  * definition of BEGIN
133 #define BEGIN yy_start = 1 + 2 *
1372 indented_code = true; BEGIN(CODEBLOCK);
1380 ECHO; BEGIN(C_COMMENT);
1396 BEGIN(CODEBLOCK);
1408 BEGIN(SECT2PROLOG);
1416 checking_used = REALLY_USED; BEGIN(USED_LIST);
1422 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1424 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1458 BEGIN(XLATION);
1470 BEGIN(PICKUPDEF);
1487 synerr( "illegal character" ); BEGIN(RECOVER);
1491 ECHO; BEGIN(INITIAL);
1495 ++linenum; ECHO; BEGIN(INITIAL);
1511 ++linenum; BEGIN(INITIAL);
1531 BEGIN(INITIAL);
1560 BEGIN(INITIAL);
1566 ++linenum; BEGIN(INITIAL); RETURNNAME;
1570 ++linenum; BEGIN(INITIAL);
1600 ++linenum; BEGIN(INITIAL);
1643 BEGIN(SECT2);
1668 BEGIN(CODEBLOCK_2);
1673 BEGIN(SC); return ( '<' );
1681 BEGIN(QUOTE); return ( '"' );
1688 BEGIN(NUM); return ( '{' );
1692 BEGIN(BRACEERROR);
1705 BEGIN(PERCENT_BRACE_ACTION);
1722 BEGIN(ACTION);
1734 BEGIN(ACTION);
1750 BEGIN(SECT3);
1780 BEGIN(FIRSTCCL);
1824 BEGIN(SECT2); return ( '>' );
1831 BEGIN(CARETISBOL); return ( '>' );
1843 BEGIN(SECT2); return ( '^' );
1851 BEGIN(SECT2); return ( '"' );
1857 BEGIN(SECT2);
1867 BEGIN(CCL); return ( '^' );
1878 BEGIN(CCL); yylval = '-'; return ( CHAR );
1882 BEGIN(CCL); RETURNCHAR;
1897 BEGIN(SECT2); return ( ']' );
1912 BEGIN(SECT2); return ( '}' );
1918 BEGIN(SECT2);
1926 BEGIN(SECT2);
1933 synerr( "bad name in {}'s" ); BEGIN(SECT2);
1937 synerr( "missing }" ); ++linenum; BEGIN(SECT2);
1973 BEGIN(SECT2);
1996 ACTION_ECHO; BEGIN(ACTION_COMMENT);
2004 ACTION_ECHO; BEGIN(ACTION_STRING);
2014 BEGIN(SECT2);
2024 ACTION_ECHO; BEGIN(ACTION);
2056 ACTION_ECHO; BEGIN(ACTION);
2082 BEGIN(CCL);