• Home
  • Raw
  • Download

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
872 * down here because we want the user's section 1 to have been scanned first.
873 * The user has a chance to override it with an option.
884 /* Accessor methods to globals.
885 These are made visible to non-reentrant scanners for convenience. */
945 /* Amount of stuff to slurp up with each read. */
955 /* Copy whatever the last rule matched to the standard output. */
957 /* This used to be an fputs(), but since the string might contain NUL's,
983 /* No semi-colon after return; correct usage is to write "yyterminate();" -
985 * some compilers to complain about unreachable statements.
1073 /* yy_bp points to the position in yy_ch_buf of the start of
1090 do_action: /* This label is used only to access EOF actions. */
1403 * zconflex(). If so, then we have to assure
1405 * globals. Here is the right place to do so, because
1414 /* Note that here we test for yy_c_buf_p "<=" to the position
1417 * (since all states make transitions on EOB to the
1429 /* Okay, we're now positioned to make the NUL
1432 * for us because it doesn't know how to deal
1434 * want to build jamming into it because then it
1466 * yy_get_next_buffer() to have set up
1469 * hoser (like flex itself) wants to
1518 /* yy_get_next_buffer - try to read in a new buffer
1537 { /* Don't try to fill the buffer, so this is an EOF. */
1548 /* We matched some text prior to the EOB, first
1555 /* Try to read more data. */
1557 /* First move last chars to start of buffer. */
1564 /* don't do the read, it's not guaranteed to return an EOF,
1674 /* yy_try_NUL_trans - try to make a transition on the NUL character
1699 { /* need to shift things up to make room */
1740 /* yy_c_buf_p now points to the character we want to return.
1758 * token and flags that we need to
1761 * there's no matching to consider.
1763 * to EOB_ACT_END_OF_FILE.
1800 /** Immediately switch to a different input stream.
1803 * @note This function does not reset the start condition to @c INITIAL .
1818 /** Switch to a different input buffer.
1825 /* TODO. We should be able to replace this entire function body
1848 * to go ahead and always set it.
1877 /* yy_ch_buf has to be 2 characters longer than the size given because
1878 * we need to put in 2 end-of-buffer characters.
1926 * In that case, we don't want to reset the lineno or column.
1939 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1950 * a transition to the end-of-buffer state. The second causes
2027 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2046 /* Increase the buffer to prepare for a possible push. */
2063 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2076 /* They forgot to leave room for the EOB's. */
2083 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2098 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2100 * @param yystr a NUL-terminated string to scan
2103 * @note If you want to scan bytes that may contain NUL values, then use
2112 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2114 * @param yybytes the byte buffer to scan
2115 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2141 /* It's okay to grow etc. this buffer, and we should throw it
2176 /* Accessor methods (get/set functions) to struct members. */
2337 /* The cast to (char *) in the following accommodates both
2341 * any pointer type to void*, and deal with argument conversions
2368 * Try to open specified file with following names: