Searched refs:Hnext (Results 1 – 3 of 3) sorted by relevance
54 for (hp = &Histlist; np = hp->Hnext;) in savehist()56 hp->Hnext = np->Hnext, hfree(np); in savehist()80 np->Hnext = Histlist.Hnext; in enthist()81 Histlist.Hnext = np; in enthist()130 dohist1(Histlist.Hnext, &n, rflg, hflg); in dohist()146 dohist1(hp->Hnext, np, rflg, hflg); in dohist1()153 hp = hp->Hnext; in dohist1()
1071 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) in gethent()1090 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) { in findev()
458 struct Hist *Hnext; member