Lines Matching refs:start
164 /* Enter a start condition. This macro really ought to take a parameter,
170 /* Translate the current start state into a value that can be later handed
177 /* Action number for EOF rule of a given start state. */
180 /* Special action meaning "start processing a new file". */
348 static int yy_start = 0; /* start state number */
840 /* Number of entries by which start-condition stack grows. */
928 (yy_start) = 1; /* first start state */
961 /* yy_bp points to the position in yy_ch_buf of the start of
1019 fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
1293 /* First move last chars to start of buffer. */
1406 /* %% [15.0] code to get the start state into yy_current_state goes here */
1597 * @note This function does not reset the start condition to @c INITIAL .