Searched refs:Histloc_t (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | history.h | 50 } Histloc_t; typedef in typeref:struct:__anon112 64 extern Histloc_t hist_find(History_t*,char*,int, int, int); 72 extern Histloc_t hist_locate(History_t*,int, int, int);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | hist.c | 57 Histloc_t location;
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 952 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) 957 Histloc_t location; 1140 Histloc_t hist_locate(History_t *hp,register int command,register int line,int lines) 1142 Histloc_t next;
|
H A D | hexpand.c | 156 Histloc_t hl; /* history location */
|
H A D | emacs.c | 119 Histloc_t _location; 1235 Histloc_t location;
|
H A D | vi.c | 2221 Histloc_t location;
|
Completed in 23 milliseconds