Lines Matching refs:here
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
445 /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
448 /* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
661 /* We've got a two-level lexer here. We let flex do basic tokenization
673 * down here because we want the user's section 1 to have been scanned first.
798 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
894 /* %% [6.0] YY_RULE_SETUP definition goes here */
911 /* %% [7.0] user's declarations go here */
955 /* %% [8.0] yymore()-related code goes here */
966 /* %% [9.0] code to set up and find next match goes here */
990 /* %% [10.0] code to find the action number goes here */
1001 /* %% [11.0] code for yylineno update goes here */
1005 /* %% [12.0] debug code goes here */
1024 /* %% [13.0] actions go here */
1137 /* Note that here we test for yy_c_buf_p "<=" to the position
1175 /* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
1406 /* %% [15.0] code to get the start state into yy_current_state goes here */
1412 /* %% [16.0] code to find the next state goes here */
1443 /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
1501 /* %% [18.0] update yylineno here */
1715 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
2140 * This function is called from yylex_destroy(), so don't allocate here.