Home
last modified time | relevance | path

Searched refs:nextfile (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dfileinput.py107 def nextfile(): function
119 return _state.nextfile()
228 self.nextfile()
243 self.nextfile()
254 def nextfile(self): member in FileInput
292 self.nextfile()
/external/python/cpython3/Lib/
Dfileinput.py105 def nextfile(): function
117 return _state.nextfile()
235 self.nextfile()
256 self.nextfile()
267 def nextfile(self): member in FileInput
305 self.nextfile()
/external/python/cpython2/Lib/test/
Dtest_fileinput.py109 fi.nextfile()
124 fi.nextfile()
133 fi.nextfile()
213 fi.nextfile()
/external/python/cpython3/Lib/test/
Dtest_fileinput.py133 fi.nextfile()
148 fi.nextfile()
157 fi.nextfile()
251 fi.nextfile()
430 fi.nextfile()
551 def nextfile(self): member in MockFileInput
693 fileinput.nextfile()
706 retval = fileinput.nextfile()
/external/one-true-awk/
Dproto.h120 extern void nextfile(void);
Dlib.c179 void nextfile(void) in nextfile() function
DFIXES161 core dump on linux with BEGIN {nextfile}, now fixed.
357 fixed some nextfile bugs: not handling all cases. thanks to
621 added nextfile, as in gawk: causes immediate advance to next
Drun.c380 nextfile(); in jump()
/external/python/cpython2/Doc/library/
Dfileinput.rst110 .. function:: nextfile()
132 :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond to the
/external/python/cpython3/Doc/library/
Dfileinput.rst120 .. function:: nextfile()
142 :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond to the
/external/pcre/dist2/src/
Dpcre2grep.c2507 char *nextfile; in grep_or_recurse() local
2518 while ((nextfile = readdirectory(dir)) != NULL) in grep_or_recurse()
2521 sprintf(buffer, "%.512s%c%.128s", pathname, FILESEP, nextfile); in grep_or_recurse()
/external/selinux/libselinux/src/android/
Dandroid_platform.c92 goto nextfile; in compute_file_contexts_hash()
114 nextfile: in compute_file_contexts_hash()