Home
last modified time | relevance | path

Searched refs:Hnext (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.hist.c54 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()
H A Dsh.lex.c1071 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) in gethent()
1090 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) { in findev()
H A Dsh.h458 struct Hist *Hnext; member