Searched defs:History_t (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dhistory.h43 } History_t; typedef in typeref:struct:__anon111
60 extern void hist_cancel(History_t*);
61 extern void hist_close(History_t*);
63 extern void hist_eof(History_t*);
64 extern Histloc_t hist_find(History_t*,char*,int, int, int);
65 extern void hist_flush(History_t*);
66 extern void hist_list(History_t*,Sfio_t*, off_t, int, char*);
67 extern int hist_match(History_t*,off_t, char*, int*);
68 extern off_t hist_tell(History_t*,int);
69 extern off_t hist_seek(History_t*,in
[all...]
/ast/src/cmd/ksh93/edit/
H A Dhistory.c110 static History_t* hist_trim(History_t*, int);
111 static int hist_nearend(History_t*,Sfio_t*, off_t);
125 static History_t *wasopen;
126 static History_t *hist_ptr;
133 static int acctinit(History_t *hp)
178 static int sh_checkaudit(History_t *hp, const char *name, char *logbuf, size_t len)
231 register History_t *hp;
309 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t))))
411 void hist_close(register History_t *h
952 hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) argument
[all...]

Completed in 406 milliseconds