HomeSort by relevance Sort by last modified time
    Searched defs:nextfile (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 19 iff the line was read from sys.stdin. Function nextfile() closes the
27 numbers are zero; nextfile() has no effect. After all lines have been
29 pertaining to the last line read; nextfile() has no effect.
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
84 __all__ = ["input","close","nextfile","filename","lineno","filelineno",
114 def nextfile(): function
126 return _state.nextfile()
189 nextfile() and close() correspond to the functions of the same name
237 self.nextfile()
266 def nextfile(self) member in class:FileInput
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 19 iff the line was read from sys.stdin. Function nextfile() closes the
27 numbers are zero; nextfile() has no effect. After all lines have been
29 pertaining to the last line read; nextfile() has no effect.
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
84 __all__ = ["input","close","nextfile","filename","lineno","filelineno",
114 def nextfile(): function
126 return _state.nextfile()
189 nextfile() and close() correspond to the functions of the same name
237 self.nextfile()
266 def nextfile(self) member in class:FileInput
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lib.c 174 void nextfile(void) function

Completed in 934 milliseconds