HomeSort by: relevance | last modified time | path
    Searched defs:new_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
input.c 68 off_t new_pos; local in function:forw_line
88 new_pos = ch_tell();
102 new_pos = ch_tell() - 1;
121 new_pos = ch_tell();
124 return (new_pos);
132 * of the PREVIOUS line. The line obtained is the one starting at new_pos.
138 off_t new_pos, begin_new_pos; local in function:back_line
185 new_pos = ch_tell() + 1;
195 new_pos = ch_tell();
209 if (ch_seek(new_pos))
    [all...]
line.c 420 off_t new_pos; local in function:forw_raw_line
432 new_pos = ch_tell();
443 new_pos = ch_tell() - 1;
451 return (new_pos);
464 off_t new_pos; local in function:back_raw_line
482 new_pos = ch_tell() + 1;
492 new_pos = (off_t)0;
501 new_pos = ch_tell() + 1;
507 return (new_pos);

Completed in 54 milliseconds