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

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

Completed in 77 milliseconds