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

  /src/distrib/utils/more/
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);
  /src/external/bsd/less/dist/
ch.c 461 public int ch_seek(POSITION pos) function
510 return (ch_seek(len));
543 return (ch_seek(end_pos));
557 * Try a plain ch_seek first.
559 if (ch_seek(ch_zero()) == 0)

Completed in 23 milliseconds