Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dhistory.h69 extern off_t hist_seek(History_t*,int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c505 newp = hist_seek(hist_old,++n); in hist_trim()
521 newp = hist_seek(hist_old,++n); in hist_trim()
878 off_t hist_seek(register History_t *hp, int n) in hist_seek() function
1033 hist_seek(hp,command); in hist_copy()
H A Dhexpand.c315 if(n > 0 && hist_seek(sh.hist_ptr, n) != -1)