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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.hist.c75 static struct Hist *histMerg = NULL; /* last element merged by Htime */
872 * new entry, so that the Htime entries are decreasing. Return the entry just
882 if (histTail && histTail->Htime >= np->Htime)
887 if (histMerg->Htime >= np->Htime)
889 else if (histMerg->Hprev->Htime >= np->Htime)
893 /* With hint, search up the list until Htime is greater. We skip past
896 while (pp != &Histlist && pp->Htime <
[all...]
H A Dsh.h1065 time_t Htime; member in struct:Hist
1200 extern time_t Htime;
H A Dsh.lex.c135 /* Use Htime to store timestamps picked up from history file for enthist()
138 time_t Htime = (time_t)0; variable
330 Htime = a2time_t(hbuf);

Completed in 109 milliseconds