Lines Matching refs:of

76 /* Limits of integral types. */
130 /* Returned upon end-of-file. */
142 * definition of BEGIN.
153 /* Action number for EOF rule of a given start state. */
161 /* Size of default input buffer. */
197 /* Undo effects of setting up zconftext. */ \
223 /* Size of input buffer in bytes, not including room for EOB
228 /* Number of characters read into yy_ch_buf, not including EOB
241 * instead of fread(), to make sure we stop fetching input after
246 /* Whether we're considered to be at the beginning of a line.
256 * end of it.
267 * still have a bunch of tokens to match, though, because of
279 /* Stack of input buffers. */
280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
288 * Returns the top of the stack, or NULL.
301 static int yy_n_chars; /* number of characters read into yy_ch_buf */
310 * instead of setting up a fresh zconfin. A bit of a hack ...
768 * any uses of REJECT which flex missed.
779 * Released under the terms of the GNU GPL v2.0.
923 /* Amount of stuff to slurp up with each read. */
941 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
969 /* Number of entries by which start-condition stack grows. */
981 /* Default declaration of generated scanner - a define so the user can
992 /* Code executed at the beginning of each rule, after zconftext and zconfleng
999 /* Code executed at the end of each rule. */
1044 while ( 1 ) /* loops until end-of-file is reached */
1048 /* Support of zconftext. */
1051 /* yy_bp points to the position in yy_ch_buf of the start of
1071 { /* beginning of action switch */
1209 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1227 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1297 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1353 /* Amount of text matched not including the EOB char. */
1356 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1377 * of the first EOB in the buffer, since yy_c_buf_p will
1380 * end-of-buffer state). Contrast this with the test
1395 * with the possibility of jamming (and we don't
1476 } /* end of action switch */
1477 } /* end of scanning one token */
1478 } /* end of zconflex */
1485 * EOB_ACT_END_OF_FILE - end of file
1496 "fatal flex scanner internal error--end of buffer missed" );
1519 /* First move last chars to start of buffer. */
1607 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1657 /* undo effects of setting up zconftext */
1704 * valid NUL; if not, then we've hit the end of the buffer.
1835 YY_FATAL_ERROR( "out of dynamic memory in zconf_create_buffer()" );
1840 * we need to put in 2 end-of-buffer characters.
1844 YY_FATAL_ERROR( "out of dynamic memory in zconf_create_buffer()" );
1911 /* We always need two end-of-buffer characters. The first causes
1912 * a transition to the end-of-buffer state. The second causes
1959 /** Removes and deletes the top of the stack, if present.
1989 * scanner will even need a stack. We use 2 instead of 1 to avoid an
1997 YY_FATAL_ERROR( "out of dynamic memory in zconfensure_buffer_stack()" );
2017 YY_FATAL_ERROR( "out of dynamic memory in zconfensure_buffer_stack()" );
2027 * @param size the size in bytes of the character buffer
2043 YY_FATAL_ERROR( "out of dynamic memory in zconf_scan_buffer()" );
2045 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2061 * scan from a @e copy of @a str.
2075 * scan from a @e copy of @a bytes.
2077 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2092 YY_FATAL_ERROR( "out of dynamic memory in zconf_scan_bytes()" );
2127 /* Undo effects of setting up zconftext. */ \
2165 /** Get the length of the current token.