Lines Matching refs:Hist
20 struct Hist *enthist(int, struct wordent *, bool);
21 void hfree(struct Hist *);
22 void dohist1(struct Hist *, int *, int, int);
23 void phist(struct Hist *, int);
32 struct Hist *hp, *np; in savehist()
62 struct Hist *
65 struct Hist *np; in enthist()
70 np = (struct Hist *) xalloc(sizeof *np); in enthist()
86 hfree(struct Hist *hp) in hfree()
134 dohist1(struct Hist *hp, int *np, int rflg, int hflg) in dohist1()
158 phist(struct Hist *hp, int hflg) in phist()