Searched refs:hist_nearend (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ie/ |
H A D | history.c | 82 static int hist_nearend(); 194 first = fp->fixind = hist_nearend(fd,hsize-size); 202 first = hist_nearend(fd,hsize-size); 360 static int hist_nearend(fd,size) function
|
/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); 345 first = hist_nearend(hp,hp->histfp,hsize-size); 558 static int hist_nearend(History_t *hp, Sfio_t *iop, register off_t size) function
|
Completed in 21 milliseconds