Searched refs:hist_seek (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | history.h | 69 extern off_t hist_seek(History_t*,int);
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 78 extern __MANGLE__ off_t hist_seek __PROTO__((History_t*,int));
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 505 newp = hist_seek(hist_old,++n); 521 newp = hist_seek(hist_old,++n); 878 off_t hist_seek(register History_t *hp, int n) function 1033 hist_seek(hp,command);
|
H A D | hexpand.c | 315 if(n > 0 && hist_seek(sh.hist_ptr, n) != -1)
|
Completed in 61 milliseconds