Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c111 static int hist_nearend(History_t*,Sfio_t*, off_t);
336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit()
345 first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit()
558 static int hist_nearend(History_t *hp, Sfio_t *iop, register off_t size) in hist_nearend() function