Lines Matching refs:of
84 /* Limits of integral types. */
143 /* Returned upon end-of-file. */
166 * definition of BEGIN.
177 /* Action number for EOF rule of a given start state. */
185 /* Size of default input buffer. */
219 /* Undo effects of setting up yytext. */ \
250 /* Size of input buffer in bytes, not including room for EOB
255 /* Number of characters read into yy_ch_buf, not including EOB
268 * instead of fread(), to make sure we stop fetching input after
273 /* Whether we're considered to be at the beginning of a line.
283 * end of it.
294 * still have a bunch of tokens to match, though, because of
311 /* Stack of input buffers. */
312 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
313 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
324 * Returns the top of the stack, or NULL.
342 static int yy_n_chars; /* number of characters read into yy_ch_buf */
351 * instead of setting up a fresh yyin. A bit of a hack ...
622 * any uses of REJECT which flex missed.
639 under the terms of the GNU General Public License as published by the
640 Free Software Foundation; either version 2 of the License, or (at your
644 WITHOUT ANY WARRANTY; without even the implied warranty of
648 You should have received a copy of the GNU General Public License
776 /* Amount of stuff to slurp up with each read. */
793 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
798 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
840 /* Number of entries by which start-condition stack grows. */
867 /* Default declaration of generated scanner - a define so the user can
882 /* Code executed at the beginning of each rule, after yytext and yyleng
889 /* Code executed at the end of each rule. */
916 /* Keep track of our location in the original source files. */
953 while ( 1 ) /* loops until end-of-file is reached */
958 /* Support of yytext. */
961 /* yy_bp points to the position in yy_ch_buf of the start of
1017 fprintf( stderr, "--(end of buffer or a NUL)\n" );
1023 { /* beginning of action switch */
1026 /* undo the effects of YY_DO_BEFORE_ACTION */
1114 /* Amount of text matched not including the EOB char. */
1117 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1138 * of the first EOB in the buffer, since yy_c_buf_p will
1141 * end-of-buffer state). Contrast this with the test
1156 * with the possibility of jamming (and we don't
1238 } /* end of action switch */
1239 } /* end of scanning one token */
1240 } /* end of yylex */
1255 * EOB_ACT_END_OF_FILE - end of file
1270 "fatal flex scanner internal error--end of buffer missed" );
1293 /* First move last chars to start of buffer. */
1381 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1475 /* undo effects of setting up yytext */
1531 * valid NUL; if not, then we've hit the end of the buffer.
1683 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1688 * we need to put in 2 end-of-buffer characters.
1692 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1787 /* We always need two end-of-buffer characters. The first causes
1788 * a transition to the end-of-buffer state. The second causes
1842 /** Removes and deletes the top of the stack, if present.
1882 * scanner will even need a stack. We use 2 instead of 1 to avoid an
1890 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1910 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1922 * @param size the size in bytes of the character buffer
1938 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1940 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1958 * scan from a @e copy of @a str.
1974 * scan from a @e copy of @a bytes.
1976 * @param len the number of bytes in the buffer pointed to by @a bytes.
1991 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
2031 /* Undo effects of setting up yytext. */ \
2073 /** Get the length of the current token.
2278 /* The second stage lexer. Here we incorporate knowledge of the state
2279 of the parser to tailor the tokens that are returned. */
2481 /* is this the last line of an enum declaration? */