Home | History | Annotate | Download | only in csh

Lines Matching refs:Hnext

77     for (hp = &Histlist; (np = hp->Hnext) != NULL;)
79 hp->Hnext = np->Hnext, hfree(np);
92 loadhist(hp->Hnext);
125 np->Hnext = Histlist.Hnext;
126 Histlist.Hnext = np;
177 dohist1(Histlist.Hnext, &n, rflg, hflg);
187 for (; hp != 0; hp = hp->Hnext) {
191 dohist1(hp->Hnext, np, rflg, hflg);