Searched refs:hist_nearend (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 111 static int hist_nearend(History_t*,Sfio_t*, off_t); 337 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() 555 static int hist_nearend(History_t *hp, Sfio_t *iop, register off_t size) in hist_nearend() function
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 111 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
|