Lines Matching refs:scanner
7 /* A lexical scanner generated by flex */
360 are macros in the reentrant scanner. */
503 * "scanner state".
583 /* This struct is not used in this scanner,
1635 /* Holds the entire state of the reentrant scanner. */
1642 /* The rest are the same as the globals declared in the non-reentrant scanner. */
1681 int yylex_init (yyscan_t* scanner);
1683 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1792 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1802 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1833 /* Default declaration of generated scanner - a define so the user can
1864 /** The main scanner function which does all the work.
3563 YY_FATAL_ERROR( "flex scanner jammed" );
3653 * call the scanner after we return the
3696 "fatal flex scanner internal error--no action found" );
3719 "fatal flex scanner internal error--end of buffer missed" );
3788 "fatal error - scanner input buffer overflow" );
3990 * @param yyscanner The scanner object.
4009 * @param yyscanner The scanner object.
4055 * @param yyscanner The scanner object.
4084 * @param yyscanner The scanner object.
4133 * @param yyscanner The scanner object.
4163 * @param yyscanner The scanner object.
4194 * @param yyscanner The scanner object.
4224 * scanner will even need a stack. We use 2 instead of 1 to avoid an
4263 * @param yyscanner The scanner object.
4298 * @param yyscanner The scanner object.
4313 * @param yyscanner The scanner object.
4377 /** Get the user-defined data for this scanner.
4378 * @param yyscanner The scanner object.
4387 * @param yyscanner The scanner object.
4400 * @param yyscanner The scanner object.
4413 * @param yyscanner The scanner object.
4422 * @param yyscanner The scanner object.
4431 * @param yyscanner The scanner object.
4440 * @param yyscanner The scanner object.
4449 /** Set the user-defined data. This data is never touched by the scanner.
4450 * @param user_defined The data to be associated with this scanner.
4451 * @param yyscanner The scanner object.
4461 * @param yyscanner The scanner object.
4476 * @param yyscanner The scanner object.
4492 * @param yyscanner The scanner object.
4547 /* yylex_init is special because it creates the scanner itself, so it is
4548 * the ONLY reentrant function that doesn't take the scanner as the last argument.
4572 * convention of taking the scanner as the last argument. Note however, that
4573 * this is a *pointer* to a scanner, as it will be allocated by this call (and
4608 /* Initialization is the same as for the non-reentrant scanner.
4658 /* Reset the globals. This is important in a non-reentrant scanner so the next time
4756 yylex_init_extra(state, & state->scanner);
4757 yy_scan_string(string, state->scanner);
4763 yylex_destroy(state->scanner);