Lines Matching full:position
26 position within the virtual file - that position is, likely as not, in the
79 is able to move to a specific position - like the file they implement,
80 though with freedom to map the position number to a sequence location
83 numerical position but works well with a first/next interface, the
89 position N as the Nth rule in the chain. A seq_file implementation
95 the generator of the data, which need not be aware of how a position
97 is that a position of zero should indicate the beginning of the file.
100 will output as its position.
103 first, called start(), starts a session and takes a position as an
105 position. The pos passed to start() will always be either zero, or
121 holding the current position. There is no upper bound for the sequence
137 move the iterator forward to the next position in the sequence. The
138 example module can simply increment the position by one; more useful
172 case next start() will be asked to start at position zero::
375 These helpers will interpret pos as a position within the list and iterate