Lines Matching refs:input
161 /* Size of default input buffer. */
193 /* Return all but the first "n" matched characters back to the input stream. */
220 char *yy_ch_buf; /* input buffer */
221 char *yy_buf_pos; /* current position in input buffer */
223 /* Size of input buffer in bytes, not including room for EOB
239 /* Whether this is an "interactive" input source; if so, and
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
255 /* Whether to try to fill the input buffer when we reach the
266 * shouldn't try reading from the input source any more. We might
272 * just pointing zconfin at a new input file.
279 /* Stack of input buffers. */
940 static int input (void );
963 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
973 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1400 /* We're scanning a new file or input source. It's
1407 * back-up) that will match for the new input source.
1419 * in input().
1602 "fatal error - scanner input buffer overflow" );
1730 static int input (void)
1749 { /* need more input */
1760 * proceeding. But for input(),
1781 return input();
1800 /** Immediately switch to a different input stream.
1818 /** Switch to a different input buffer.
1819 * @param new_buffer The new input buffer.
1861 /** Allocate and initialize an input buffer state.
2063 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2098 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2112 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2187 /** Get the input stream.
2230 /** Set the input stream. This does not discard the current
2231 * input buffer.