Searched refs:hist_locate (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | history.h | 72 extern Histloc_t hist_locate(History_t*,int, int, int);
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 264 location = hist_locate(sh.hist_ptr,location.hist_command,location.hist_line,1); in ed_emacsread() 646 location = hist_locate(sh.hist_ptr,hline,hloff,count); in ed_emacsread()
|
H A D | history.c | 1108 Histloc_t hist_locate(History_t *hp,register int command,register int line,int lines) in hist_locate() function
|