Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h69 extern off_t hist_seek(History_t*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c508 newp = hist_seek(hist_old,++n); in hist_trim()
524 newp = hist_seek(hist_old,++n); in hist_trim()
910 off_t hist_seek(register History_t *hp, int n) in hist_seek() function
1065 hist_seek(hp,command); in hist_copy()
H A Dhexpand.c317 if(n > 0 && hist_seek(shgd->hist_ptr, n) != -1)