Home
last modified time | relevance | path

Searched refs:hist_find (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dhistory.h64 extern Histloc_t hist_find(History_t*,char*,int, int, int);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dhist.c147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1); in b_hist()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhexpand.c304 hl = hist_find(sh.hist_ptr, str,
H A Dhistory.c920 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) in hist_find() function
H A Demacs.c1244 location = hist_find(sh.hist_ptr,(char*)lstring,hline,1,direction); in search()
H A Dvi.c2188 location = hist_find(sh.hist_ptr,((char*)virtual)+1, curhline, 1, new_direction); in search()