Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dhistory.h72 extern Histloc_t hist_locate(History_t*,int, int, int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h81 extern __MANGLE__ Histloc_t hist_locate __PROTO__((History_t*,int, int, int));
/titanic_41/usr/src/lib/libshell/common/edit/
H A Demacs.c264 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 Dhistory.c1108 Histloc_t hist_locate(History_t *hp,register int command,register int line,int lines) in hist_locate() function