Lines Matching defs:input
46 void * input;
193 void *input, const char *name)
205 source->input = input;
232 * Open 'filename' and make it the current input source for 'lex'.
252 * Make 'stream' the current input source for 'lex'.
267 * Make 'buffer' the current input source for 'lex'.
294 (void)fclose((FILE *)(source->input));
420 flockfile(source->input);
426 stream = source->input;
442 buffer = source->input;
790 funlockfile(source->input);