HomeSort by: relevance | last modified time | path
    Searched refs:ch_seek (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/more/
input.c 71 if (curr_pos == NULL_POSITION || ch_seek(curr_pos))
142 ch_seek(curr_pos-1))
209 if (ch_seek(new_pos))
ch.c 266 ch_seek(pos) function
290 return(ch_seek(ch_length()));
312 * Try a plain ch_seek first.
314 if (ch_seek((off_t)0) == 0)
425 (void)ch_seek((off_t)0);
line.c 422 if (curr_pos == NULL_POSITION || ch_seek(curr_pos) ||
467 ch_seek(curr_pos-1))
linenum.c 316 if (ch_seek(p->pos))
348 if (ch_seek(p->pos))
prim.c 370 if (ch_seek((off_t)0)) {
424 if (ch_seek(pos) == 0)
459 if (ch_seek(pos)) {
extern.h 27 int ch_seek __P((off_t));

Completed in 13 milliseconds