Lines Matching refs:to
54 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
116 /* C99 requires __STDC__ to be defined as 1. */
133 /* Promotes a possibly negative, possibly signed char to an unsigned
135 * we want to instead treat it as an 8-bit unsigned char, hence the
140 /* Enter a start condition. This macro really ought to take a parameter,
147 * to BEGIN to return to the state. The YYSTATE alias is for lex
174 /* The state buf must be large enough to hold one state per character in the main buffer.
193 /* Return all but the first "n" matched characters back to the input stream. */
234 * and can realloc() it to grow it, and should free() it to
240 * if we're using stdio for input, then we want to use getc()
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.
255 /* Whether to try to fill the input buffer when we reach the
264 /* When an EOF's been seen but there's still some text to process
265 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
267 * still have a bunch of tokens to match, though, because of
270 * When we actually see the EOF, we change the status to "new"
285 * future we want to put the buffer states in a more general
304 /* Points to current character in buffer. */
306 static int yy_init = 0; /* whether we need to initialize */
309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
850 * down here because we want the user's section 1 to have been scanned first.
851 * The user has a chance to override it with an option.
862 /* Accessor methods to globals.
863 These are made visible to non-reentrant scanners for convenience. */
923 /* Amount of stuff to slurp up with each read. */
933 /* Copy whatever the last rule matched to the standard output. */
935 /* This used to be an fputs(), but since the string might contain NUL's,
961 /* No semi-colon after return; correct usage is to write "yyterminate();" -
963 * some compilers to complain about unreachable statements.
1051 /* yy_bp points to the position in yy_ch_buf of the start of
1068 do_action: /* This label is used only to access EOF actions. */
1365 * zconflex(). If so, then we have to assure
1367 * globals. Here is the right place to do so, because
1376 /* Note that here we test for yy_c_buf_p "<=" to the position
1379 * (since all states make transitions on EOB to the
1391 /* Okay, we're now positioned to make the NUL
1394 * for us because it doesn't know how to deal
1396 * want to build jamming into it because then it
1428 * yy_get_next_buffer() to have set up
1431 * hoser (like flex itself) wants to
1480 /* yy_get_next_buffer - try to read in a new buffer
1499 { /* Don't try to fill the buffer, so this is an EOF. */
1510 /* We matched some text prior to the EOB, first
1517 /* Try to read more data. */
1519 /* First move last chars to start of buffer. */
1526 /* don't do the read, it's not guaranteed to return an EOF,
1636 /* yy_try_NUL_trans - try to make a transition on the NUL character
1661 { /* need to shift things up to make room */
1702 /* yy_c_buf_p now points to the character we want to return.
1720 * token and flags that we need to
1723 * there's no matching to consider.
1725 * to EOB_ACT_END_OF_FILE.
1762 /** Immediately switch to a different input stream.
1765 * @note This function does not reset the start condition to @c INITIAL .
1780 /** Switch to a different input buffer.
1787 /* TODO. We should be able to replace this entire function body
1810 * to go ahead and always set it.
1839 /* yy_ch_buf has to be 2 characters longer than the size given because
1840 * we need to put in 2 end-of-buffer characters.
1888 * In that case, we don't want to reset the lineno or column.
1901 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1912 * a transition to the end-of-buffer state. The second causes
1989 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2008 /* Increase the buffer to prepare for a possible push. */
2025 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2038 /* They forgot to leave room for the EOB's. */
2045 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2060 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2062 * @param yystr a NUL-terminated string to scan
2065 * @note If you want to scan bytes that may contain NUL values, then use
2074 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2076 * @param yybytes the byte buffer to scan
2077 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2103 /* It's okay to grow etc. this buffer, and we should throw it
2138 /* Accessor methods (get/set functions) to struct members. */
2299 /* The cast to (char *) in the following accommodates both
2303 * any pointer type to void*, and deal with argument conversions
2330 * Try to open specified file with following names: