Home | History | Annotate | Download | only in glcpp

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,
1052 /* Holds the entire state of the reentrant scanner. */
1059 /* The rest are the same as the globals declared in the non-reentrant scanner. */
1098 int yylex_init (yyscan_t* scanner);
1100 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1217 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1227 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1258 /* Default declaration of generated scanner - a define so the user can
1286 /** The main scanner function which does all the work.
1982 YY_FATAL_ERROR( "flex scanner jammed" );
2072 * call the scanner after we return the
2115 "fatal flex scanner internal error--no action found" );
2138 "fatal flex scanner internal error--end of buffer missed" );
2207 "fatal error - scanner input buffer overflow" );
2355 YY_FATAL_ERROR( "flex scanner push-back overflow" );
2444 * @param yyscanner The scanner object.
2463 * @param yyscanner The scanner object.
2509 * @param yyscanner The scanner object.
2538 * @param yyscanner The scanner object.
2587 * @param yyscanner The scanner object.
2617 * @param yyscanner The scanner object.
2648 * @param yyscanner The scanner object.
2678 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2717 * @param yyscanner The scanner object.
2752 * @param yyscanner The scanner object.
2767 * @param yyscanner The scanner object.
2872 /** Get the user-defined data for this scanner.
2873 * @param yyscanner The scanner object.
2882 * @param yyscanner The scanner object.
2895 * @param yyscanner The scanner object.
2908 * @param yyscanner The scanner object.
2917 * @param yyscanner The scanner object.
2926 * @param yyscanner The scanner object.
2935 * @param yyscanner The scanner object.
2944 /** Set the user-defined data. This data is never touched by the scanner.
2945 * @param user_defined The data to be associated with this scanner.
2946 * @param yyscanner The scanner object.
2956 * @param yyscanner The scanner object.
2971 * @param yyscanner The scanner object.
2987 * @param yyscanner The scanner object.
3042 /* yylex_init is special because it creates the scanner itself, so it is
3043 * the ONLY reentrant function that doesn't take the scanner as the last argument.
3067 * convention of taking the scanner as the last argument. Note however, that
3068 * this is a *pointer* to a scanner, as it will be allocated by this call (and
3103 /* Initialization is the same as for the non-reentrant scanner.
3153 /* Reset the globals. This is important in a non-reentrant scanner so the next time
3227 yy_scan_string(shader, parser->scanner);