HomeSort by relevance Sort by last modified time
    Searched refs:nextfile (Results 1 - 9 of 9) 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 72 print '%s. Nextfile (bs=%s)' % (start+2, bs)
73 fi.nextfile()
88 fi.nextfile()
97 fi.nextfile()
177 fi.nextfile()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 72 print '%s. Nextfile (bs=%s)' % (start+2, bs)
73 fi.nextfile()
88 fi.nextfile()
97 fi.nextfile()
177 fi.nextfile()
  /ndk/sources/host-tools/nawk-20071023/
proto.h 125 extern void nextfile(void);
FIXES 75 core dump on linux with BEGIN {nextfile}, now fixed.
271 fixed some nextfile bugs: not handling all cases. thanks to
535 added nextfile, as in gawk: causes immediate advance to next
    [all...]
lib.c 174 void nextfile(void) function
run.c 185 FATAL("illegal break, continue, next or nextfile from BEGIN");
201 FATAL("illegal break, continue, next or nextfile from END");
347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */
378 case NEXTFILE:
379 nextfile();
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 635 nextfile:
643 goto nextfile;

Completed in 1029 milliseconds