Searched refs:file_input (Results 1 – 14 of 14) sorted by relevance
4 #define file_input 257 macro
14 file_input = 257 variable
76 'file_input').files[0]; // "monster.dat" from the HTML <input> field.92 <input type="file" id="file_input" onchange="readFile();">
15 # file_input is a module or sequence of commands read from an input file;19 file_input: (NEWLINE | stmt)* ENDMARKER
26 # file_input is a module or sequence of commands read from an input file;30 file_input: (NEWLINE | stmt)* ENDMARKER
276 while node.type != syms.file_input:
63 parser.file_input();
82 file_input
156 if n == symbol.file_input:157 return self.file_input(node[1:])179 def file_input(self, nodelist): member in Transformer180 doc = self.get_docstring(nodelist, symbol.file_input)1405 if n == symbol.file_input:
69 file_input: (NEWLINE | `statement`)*
54 if ((tok = PyTokenizer_FromString(s, start == file_input)) == NULL) { in PyParser_ParseStringFlagsFilenameEx()
132 top_fixes = d.pop(pygram.python_symbols.file_input)
575 ? eval_input : file_input, in parser_do_parse()681 else if (start_sym == file_input) { in parser_tuple2st()
177 case file_input: in num_stmts()243 case file_input: in PyAST_FromNode()