Home
last modified time | relevance | path

Searched refs:History_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h43 } History_t; typedef
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*,int);
[all …]
H A Ddefs.h132 History_t *hist_ptr;
/illumos-gate/usr/src/contrib/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) in acctinit()
178 static int sh_checkaudit(History_t *hp, const char *name, char *logbuf, size_t len) in sh_checkaudit()
231 register History_t *hp; in sh_histinit()
309 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t)))) in sh_histinit()
411 void hist_close(register History_t *hp) in hist_close()
459 static History_t* hist_trim(History_t *hp, int n) in hist_trim()
[all …]
H A Dedit.c628 register History_t *hp = shp->gd->hist_ptr; in ed_setup()
1661 History_t *hp;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c44 register History_t *hp; in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c1353 register History_t *hp = shp->gd->hist_ptr; in job_post()