• Home
  • Raw
  • Download

Lines Matching full:scanner

1 #line 1 "scanner.c"
3 #line 3 "scanner.c"
7 /* A lexical scanner generated by flex */
343 are macros in the reentrant scanner. */
405 * a 5% performance hit in a non-yylineno scanner, because yy_act is
505 * "scanner state".
583 /* This struct is not used in this scanner,
759 #line 1 "scanner.l"
783 #line 36 "scanner.l"
803 #line 803 "scanner.c"
805 #line 805 "scanner.c"
823 /* Holds the entire state of the reentrant scanner. */
830 /* The rest are the same as the globals declared in the non-reentrant scanner. */
865 int yylex_init (yyscan_t* scanner);
867 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
972 YY_FATAL_ERROR( "input in flex scanner failed" ); \
982 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1013 /* Default declaration of generated scanner - a define so the user can
1044 /** The main scanner function which does all the work.
1082 #line 70 "scanner.l"
1085 #line 1085 "scanner.c"
1153 #line 72 "scanner.l"
1159 #line 73 "scanner.l"
1164 #line 74 "scanner.l"
1169 #line 76 "scanner.l"
1174 #line 77 "scanner.l"
1179 #line 78 "scanner.l"
1185 #line 79 "scanner.l"
1190 #line 81 "scanner.l"
1196 #line 82 "scanner.l"
1201 #line 83 "scanner.l"
1206 #line 84 "scanner.l"
1211 #line 85 "scanner.l"
1216 #line 86 "scanner.l"
1221 #line 87 "scanner.l"
1226 #line 88 "scanner.l"
1231 #line 89 "scanner.l"
1239 #line 93 "scanner.l"
1244 #line 94 "scanner.l"
1253 #line 100 "scanner.l"
1259 #line 101 "scanner.l"
1264 #line 102 "scanner.l"
1269 #line 103 "scanner.l"
1274 #line 104 "scanner.l"
1301 #line 127 "scanner.l"
1306 #line 128 "scanner.l"
1311 #line 130 "scanner.l"
1316 #line 131 "scanner.l"
1321 #line 132 "scanner.l"
1326 #line 133 "scanner.l"
1331 #line 134 "scanner.l"
1336 #line 135 "scanner.l"
1341 #line 136 "scanner.l"
1346 #line 137 "scanner.l"
1351 #line 138 "scanner.l"
1372 #line 155 "scanner.l"
1377 #line 156 "scanner.l"
1385 #line 160 "scanner.l"
1393 #line 164 "scanner.l"
1398 #line 165 "scanner.l"
1403 #line 166 "scanner.l"
1408 #line 167 "scanner.l"
1413 #line 168 "scanner.l"
1418 #line 169 "scanner.l"
1426 #line 171 "scanner.l"
1462 #line 203 "scanner.l"
1465 #line 1465 "scanner.c"
1549 * call the scanner after we return the
1592 "fatal flex scanner internal error--no action found" );
1615 "fatal flex scanner internal error--end of buffer missed" ); in yy_get_next_buffer()
1684 "fatal error - scanner input buffer overflow" ); in yy_get_next_buffer()
1892 * @param yyscanner The scanner object.
1911 * @param yyscanner The scanner object.
1957 * @param yyscanner The scanner object.
1986 * @param yyscanner The scanner object.
2035 * @param yyscanner The scanner object.
2065 * @param yyscanner The scanner object.
2096 * @param yyscanner The scanner object.
2126 * scanner will even need a stack. We use 2 instead of 1 to avoid an in yyensure_buffer_stack()
2165 * @param yyscanner The scanner object.
2200 * @param yyscanner The scanner object.
2215 * @param yyscanner The scanner object.
2279 /** Get the user-defined data for this scanner.
2280 * @param yyscanner The scanner object.
2289 * @param yyscanner The scanner object.
2302 * @param yyscanner The scanner object.
2315 * @param yyscanner The scanner object.
2324 * @param yyscanner The scanner object.
2333 * @param yyscanner The scanner object.
2342 * @param yyscanner The scanner object.
2351 /** Set the user-defined data. This data is never touched by the scanner.
2352 * @param user_defined The data to be associated with this scanner.
2353 * @param yyscanner The scanner object.
2363 * @param yyscanner The scanner object.
2378 * @param yyscanner The scanner object.
2394 * @param yyscanner The scanner object.
2437 /* yylex_init is special because it creates the scanner itself, so it is
2438 * the ONLY reentrant function that doesn't take the scanner as the last argument.
2462 * convention of taking the scanner as the last argument. Note however, that
2463 * this is a *pointer* to a scanner, as it will be allocated by this call (and
2498 /* Initialization is the same as for the non-reentrant scanner. in yy_init_globals()
2548 /* Reset the globals. This is important in a non-reentrant scanner so the next time in yylex_destroy()
2616 #line 203 "scanner.l"