Lines Matching refs:input

185 /* Size of default input buffer. */
215 /* Return all but the first "n" matched characters back to the input stream. */
247 char *yy_ch_buf; /* input buffer */
248 char *yy_buf_pos; /* current position in input buffer */
250 /* Size of input buffer in bytes, not including room for EOB
266 /* Whether this is an "interactive" input source; if so, and
267 * if we're using stdio for input, then we want to use getc()
268 * instead of fread(), to make sure we stop fetching input after
282 /* Whether to try to fill the input buffer when we reach the
293 * shouldn't try reading from the input source any more. We might
299 * just pointing yyin at a new input file.
311 /* Stack of input buffers. */
665 /* We don't do multiple input files. */
765 static int input (void );
793 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
809 YY_FATAL_ERROR( "input in flex scanner failed" ); \
819 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1123 /* We're scanning a new file or input source. It's
1130 * back-up) that will match for the new input source.
1142 * in input().
1338 "fatal error - scanner input buffer overflow" );
1516 static int input (void)
1538 { /* need more input */
1549 * proceeding. But for input(),
1570 return input();
1594 /** Immediately switch to a different input stream.
1616 /** Switch to a different input buffer.
1617 * @param new_buffer The new input buffer.
1667 /** Allocate and initialize an input buffer state.
1920 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1957 /** Setup the input buffer state to scan a string. The next call to yylex() will
1973 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2057 /** Get the input stream.
2103 /** Set the input stream. This does not discard the current
2104 * input buffer.