Searched refs:input_stream (Results 1 – 4 of 4) sorted by relevance
32 input_stream = StringIO.StringIO(u"print 'nothing'\nprint u'über'\n")36 ret = self.run_2to3_capture(["-"], input_stream, out_enc, err)
211 input_stream = read_stream(file_str[0]);212 if (input_stream) {230 if (input_stream && output_stream && mode_stream){231 ANTLR(grammar(), input_stream);
45 #define IN input_stream139 extern FILE *input_stream; /* where description read from */
90 FILE *input_stream; /* where to read description from */ variable