Searched refs:hist_find (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | history.h | 64 extern Histloc_t hist_find(History_t*,char*,int, int, int);
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 73 extern __MANGLE__ Histloc_t hist_find __PROTO__((History_t*,char*,int, int, int));
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 304 hl = hist_find(sh.hist_ptr, str,
|
H A D | emacs.c | 1244 location = hist_find(sh.hist_ptr,(char*)lstring,hline,1,direction);
|
H A D | history.c | 920 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) function
|
H A D | vi.c | 2188 location = hist_find(sh.hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);
|
Completed in 77 milliseconds