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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c71 static struct Hist *histTail = NULL; /* last element on history list */ variable in typeref:struct:Hist
87 histTail = hp; /* meaning hp->Hnext == NULL */
101 histTail = pp; /* we must have been last */
113 if (histTail == NULL) {
126 while (histCount > (unsigned)histlen && (np = histTail) != &Histlist) {
892 if (histTail && histTail->Htime >= np->Htime)
893 pTime = histTail; /* new entry goes at the end */
1112 hp = histTail;

Completed in 86 milliseconds