Lines Matching refs:input

143 /* Size of default input buffer. */
175 /* Return all but the first "n" matched characters back to the input stream. */
202 char *yy_ch_buf; /* input buffer */
203 char *yy_buf_pos; /* current position in input buffer */
205 /* Size of input buffer in bytes, not including room for EOB
221 /* Whether this is an "interactive" input source; if so, and
222 * if we're using stdio for input, then we want to use getc()
223 * instead of fread(), to make sure we stop fetching input after
237 /* Whether to try to fill the input buffer when we reach the
248 * shouldn't try reading from the input source any more. We might
254 * just pointing yyin at a new input file.
261 /* Stack of input buffers. */
682 static int input (void );
705 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
720 YY_FATAL_ERROR( "input in flex scanner failed" ); \
730 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1056 /* We're scanning a new file or input source. It's
1063 * back-up) that will match for the new input source.
1075 * in input().
1259 "fatal error - scanner input buffer overflow" );
1375 static int input (void)
1394 { /* need more input */
1405 * proceeding. But for input(),
1426 return input();
1445 /** Immediately switch to a different input stream.
1463 /** Switch to a different input buffer.
1464 * @param new_buffer The new input buffer.
1506 /** Allocate and initialize an input buffer state.
1708 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1743 /** Setup the input buffer state to scan a string. The next call to yylex() will
1757 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1832 /** Get the input stream.
1875 /** Set the input stream. This does not discard the current
1876 * input buffer.