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

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

Completed in 46 milliseconds