Searched refs:Histlist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c54 for (hp = &Histlist; np = hp->Hnext;)
80 np->Hnext = Histlist.Hnext;
81 Histlist.Hnext = np;
130 dohist1(Histlist.Hnext, &n, rflg, hflg);
H A Dsh.h459 } Histlist; variable in typeref:struct:Hist
H A Dsh.lex.c1071 for (hp = Histlist.Hnext; hp; hp = hp->Hnext)
1090 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) {

Completed in 211 milliseconds