Lines Matching refs:to
36 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
98 /* C99 requires __STDC__ to be defined as 1. */
115 /* Promotes a possibly negative, possibly signed char to an unsigned
117 * we want to instead treat it as an 8-bit unsigned char, hence the
122 /* Enter a start condition. This macro really ought to take a parameter,
129 * to BEGIN to return to the state. The YYSTATE alias is for lex
156 /* The state buf must be large enough to hold one state per character in the main buffer.
175 /* Return all but the first "n" matched characters back to the input stream. */
216 * and can realloc() it to grow it, and should free() it to
222 * if we're using stdio for input, then we want to use getc()
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.
237 /* Whether to try to fill the input buffer when we reach the
246 /* When an EOF's been seen but there's still some text to process
247 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
249 * still have a bunch of tokens to match, though, because of
252 * When we actually see the EOF, we change the status to "new"
267 * future we want to put the buffer states in a more general
286 /* Points to current character in buffer. */
288 static int yy_init = 0; /* whether we need to initialize */
291 /* Flag which is used to allow yywrap()'s to do buffer switches
569 * along with this program; if not, write to the Free Software
616 * down here because we want the user's section 1 to have been scanned first.
617 * The user has a chance to override it with an option.
628 /* Accessor methods to globals.
629 These are made visible to non-reentrant scanners for convenience. */
687 /* Amount of stuff to slurp up with each read. */
697 /* Copy whatever the last rule matched to the standard output. */
699 /* This used to be an fputs(), but since the string might contain NUL's,
741 /* No semi-colon after return; correct usage is to write "yyterminate();" -
743 * some compilers to complain about unreachable statements.
832 /* yy_bp points to the position in yy_ch_buf of the start of
865 do_action: /* This label is used only to access EOF actions. */
1059 * yylex(). If so, then we have to assure
1061 * globals. Here is the right place to do so, because
1070 /* Note that here we test for yy_c_buf_p "<=" to the position
1073 * (since all states make transitions on EOB to the
1085 /* Okay, we're now positioned to make the NUL
1088 * for us because it doesn't know how to deal
1090 * want to build jamming into it because then it
1123 * yy_get_next_buffer() to have set up
1126 * hoser (like flex itself) wants to
1175 /* yy_get_next_buffer - try to read in a new buffer
1194 { /* Don't try to fill the buffer, so this is an EOF. */
1205 /* We matched some text prior to the EOB, first
1212 /* Try to read more data. */
1214 /* First move last chars to start of buffer. */
1221 /* don't do the read, it's not guaranteed to return an EOF,
1343 /* yy_try_NUL_trans - try to make a transition on the NUL character
1385 /* yy_c_buf_p now points to the character we want to return.
1403 * token and flags that we need to
1406 * there's no matching to consider.
1408 * to EOB_ACT_END_OF_FILE.
1445 /** Immediately switch to a different input stream.
1448 * @note This function does not reset the start condition to @c INITIAL .
1463 /** Switch to a different input buffer.
1470 /* TODO. We should be able to replace this entire function body
1493 * to go ahead and always set it.
1522 /* yy_ch_buf has to be 2 characters longer than the size given because
1523 * we need to put in 2 end-of-buffer characters.
1571 * In that case, we don't want to reset the lineno or column.
1584 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1595 * a transition to the end-of-buffer state. The second causes
1672 * scanner will even need a stack. We use 2 instead of 1 to avoid an
1691 /* Increase the buffer to prepare for a possible push. */
1708 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1721 /* They forgot to leave room for the EOB's. */
1728 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1743 /** Setup the input buffer state to scan a string. The next call to yylex() will
1745 * @param yystr a NUL-terminated string to scan
1748 * @note If you want to scan bytes that may contain NUL values, then use
1757 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1759 * @param yybytes the byte buffer to scan
1760 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
1786 /* It's okay to grow etc. this buffer, and we should throw it
1821 /* Accessor methods (get/set functions) to struct members. */
1982 /* The cast to (char *) in the following accommodates both
1986 * any pointer type to void*, and deal with argument conversions