Searched refs:hist_nearend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c111 static int hist_nearend(History_t*,Sfio_t*, off_t);
337 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
345 first = hist_nearend(hp,hp->histfp,hsize-size);
555 static int hist_nearend(History_t *hp, Sfio_t *iop, register off_t size) function

Completed in 338 milliseconds