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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c70 static struct Hist *histTail = NULL; /* last element on history list */ variable in typeref:struct:Hist
85 histTail = hp; /* meaning hp->Hnext == NULL */
99 histTail = pp; /* we must have been last */
111 if (histTail == NULL) {
124 while (histCount > (unsigned)hlen && (np = histTail) != &Histlist) {
888 if (histTail && histTail->Htime >= np->Htime)
889 pTime = histTail; /* new entry goes at the end */
1110 hp = histTail;

Completed in 61 milliseconds