Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c55 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()
H A Dsh.lex.c1078 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) in gethent()
1097 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) { in findev()
H A Dsh.h436 struct Hist *Hnext; member