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. */
918 static int input (void );
941 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
951 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1362 /* We're scanning a new file or input source. It's
1369 * back-up) that will match for the new input source.
1381 * in input().
1564 "fatal error - scanner input buffer overflow" );
1692 static int input (void)
1711 { /* need more input */
1722 * proceeding. But for input(),
1743 return input();
1762 /** Immediately switch to a different input stream.
1780 /** Switch to a different input buffer.
1781 * @param new_buffer The new input buffer.
1823 /** Allocate and initialize an input buffer state.
2025 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2060 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2074 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2149 /** Get the input stream.
2192 /** Set the input stream. This does not discard the current
2193 * input buffer.