• Home
  • Raw
  • Download

Lines Matching refs:input

161 /* Size of default input buffer. */
185 /* Return all but the first "n" matched characters back to the input stream. */
212 char *yy_ch_buf; /* input buffer */
213 char *yy_buf_pos; /* current position in input buffer */
215 /* Size of input buffer in bytes, not including room for EOB
231 /* Whether this is an "interactive" input source; if so, and
232 * if we're using stdio for input, then we want to use getc()
233 * instead of fread(), to make sure we stop fetching input after
247 /* Whether to try to fill the input buffer when we reach the
258 * shouldn't try reading from the input source any more. We might
264 * just pointing zconfin at a new input file.
271 /* Stack of input buffers. */
910 static int input (void );
928 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
938 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1349 /* We're scanning a new file or input source. It's
1356 * back-up) that will match for the new input source.
1368 * in input().
1551 "fatal error - scanner input buffer overflow" );
1679 static int input (void)
1698 { /* need more input */
1709 * proceeding. But for input(),
1730 return input();
1749 /** Immediately switch to a different input stream.
1767 /** Switch to a different input buffer.
1768 * @param new_buffer The new input buffer.
1810 /** Allocate and initialize an input buffer state.
2012 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2047 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2061 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2136 /** Get the input stream.
2179 /** Set the input stream. This does not discard the current
2180 * input buffer.