• Home
  • Raw
  • Download

Lines Matching refs:input

186 /* Size of default input buffer. */
216 /* Return all but the first "n" matched characters back to the input stream. */
248 char *yy_ch_buf; /* input buffer */
249 char *yy_buf_pos; /* current position in input buffer */
251 /* Size of input buffer in bytes, not including room for EOB
267 /* Whether this is an "interactive" input source; if so, and
268 * if we're using stdio for input, then we want to use getc()
269 * instead of fread(), to make sure we stop fetching input after
283 /* Whether to try to fill the input buffer when we reach the
294 * shouldn't try reading from the input source any more. We might
300 * just pointing yyin at a new input file.
312 /* Stack of input buffers. */
673 /* We don't do multiple input files. */
774 static int input (void );
802 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
818 YY_FATAL_ERROR( "input in flex scanner failed" ); \
828 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1133 /* We're scanning a new file or input source. It's
1140 * back-up) that will match for the new input source.
1152 * in input().
1348 "fatal error - scanner input buffer overflow" );
1526 static int input (void)
1548 { /* need more input */
1559 * proceeding. But for input(),
1580 return input();
1604 /** Immediately switch to a different input stream.
1626 /** Switch to a different input buffer.
1627 * @param new_buffer The new input buffer.
1677 /** Allocate and initialize an input buffer state.
1930 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1967 /** Setup the input buffer state to scan a string. The next call to yylex() will
1983 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2067 /** Get the input stream.
2113 /** Set the input stream. This does not discard the current
2114 * input buffer.