Searched refs:hist_locate (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/ie/ |
H A D | history.h | 103 extern histloc hist_locate(int,int,int); 119 extern histloc hist_locate();
|
H A D | emacs.c | 252 location = hist_locate(location.his_command,location.his_line,1); 624 location = hist_locate(hline,hloff,count);
|
H A D | history.c | 892 histloc hist_locate(command,line,lines) function
|
/ast/src/cmd/ksh93/include/ |
H A D | history.h | 72 extern Histloc_t hist_locate(History_t*,int, int, int);
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 265 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 D | history.c | 1140 Histloc_t hist_locate(History_t *hp,register int command,register int line,int lines) function
|
Completed in 21 milliseconds