Searched refs:Hnext (Results 1 – 3 of 3) sorted by relevance
55 for (hp = &Histlist; np = hp->Hnext;) in savehist()57 hp->Hnext = np->Hnext, hfree(np); in savehist()81 np->Hnext = Histlist.Hnext; in enthist()82 Histlist.Hnext = np; in enthist()131 dohist1(Histlist.Hnext, &n, rflg, hflg); in dohist()147 dohist1(hp->Hnext, np, rflg, hflg); in dohist1()154 hp = hp->Hnext; in dohist1()
1078 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) in gethent()1097 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) { in findev()
436 struct Hist *Hnext; member