Searched refs:hist_locate (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.h103 extern histloc hist_locate(int,int,int);
119 extern histloc hist_locate();
H A Demacs.c252 location = hist_locate(location.his_command,location.his_line,1);
624 location = hist_locate(hline,hloff,count);
H A Dhistory.c892 histloc hist_locate(command,line,lines) function
/ast/src/cmd/ksh93/include/
H A Dhistory.h72 extern Histloc_t hist_locate(History_t*,int, int, int);
/ast/src/cmd/ksh93/edit/
H A Demacs.c265 location = hist_locate(shgd->hist_ptr,location.hist_command,location.hist_line,1);
676 location = hist_locate(shgd->hist_ptr,hline,hloff,count);
H A Dhistory.c1140 Histloc_t hist_locate(History_t *hp,register int command,register int line,int lines) function

Completed in 21 milliseconds