Lines Matching refs:of

58 /* Limits of integral types. */
112 /* Returned upon end-of-file. */
124 * definition of BEGIN.
135 /* Action number for EOF rule of a given start state. */
143 /* Size of default input buffer. */
179 /* Undo effects of setting up yytext. */ \
205 /* Size of input buffer in bytes, not including room for EOB
210 /* Number of characters read into yy_ch_buf, not including EOB
223 * instead of fread(), to make sure we stop fetching input after
228 /* Whether we're considered to be at the beginning of a line.
238 * end of it.
249 * still have a bunch of tokens to match, though, because of
261 /* Stack of input buffers. */
262 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
263 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
270 * Returns the top of the stack, or NULL.
283 static int yy_n_chars; /* number of characters read into yy_ch_buf */
292 * instead of setting up a fresh yyin. A bit of a hack ...
546 * any uses of REJECT which flex missed.
559 * modify it under the terms of the GNU General Public License as
560 * published by the Free Software Foundation; either version 2 of the
564 * but WITHOUT ANY WARRANTY; without even the implied warranty of
568 * You should have received a copy of the GNU General Public License
687 /* Amount of stuff to slurp up with each read. */
705 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
749 /* Number of entries by which start-condition stack grows. */
761 /* Default declaration of generated scanner - a define so the user can
772 /* Code executed at the beginning of each rule, after yytext and yyleng
779 /* Code executed at the end of each rule. */
825 while ( 1 ) /* loops until end-of-file is reached */
829 /* Support of yytext. */
832 /* yy_bp points to the position in yy_ch_buf of the start of
868 { /* beginning of action switch */
870 /* undo the effects of YY_DO_BEFORE_ACTION */
1047 /* Amount of text matched not including the EOB char. */
1050 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1071 * of the first EOB in the buffer, since yy_c_buf_p will
1074 * end-of-buffer state). Contrast this with the test
1089 * with the possibility of jamming (and we don't
1171 } /* end of action switch */
1172 } /* end of scanning one token */
1173 } /* end of yylex */
1180 * EOB_ACT_END_OF_FILE - end of file
1191 "fatal flex scanner internal error--end of buffer missed" );
1214 /* First move last chars to start of buffer. */
1302 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1387 * valid NUL; if not, then we've hit the end of the buffer.
1518 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1523 * we need to put in 2 end-of-buffer characters.
1527 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1594 /* We always need two end-of-buffer characters. The first causes
1595 * a transition to the end-of-buffer state. The second causes
1642 /** Removes and deletes the top of the stack, if present.
1672 * scanner will even need a stack. We use 2 instead of 1 to avoid an
1680 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1700 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1710 * @param size the size in bytes of the character buffer
1726 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1728 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1744 * scan from a @e copy of @a str.
1758 * scan from a @e copy of @a bytes.
1760 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
1775 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1810 /* Undo effects of setting up yytext. */ \
1848 /** Get the length of the current token.