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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c72 static struct Hist *histMerg = NULL; /* last element merged by Htime */
882 * new entry, so that the Htime entries are decreasing. Return the entry just
892 if (histTail && histTail->Htime >= np->Htime)
897 if (histMerg->Htime >= np->Htime)
899 else if (histMerg->Hprev->Htime >= np->Htime)
903 /* With hint, search up the list until Htime is greater. We skip past
906 while (pp != &Histlist && pp->Htime <
[all...]
H A Dsh.h1062 time_t Htime; member in struct:Hist
1194 extern time_t Htime;
H A Dsh.lex.c136 /* Use Htime to store timestamps picked up from history file for enthist()
139 time_t Htime = (time_t)0; variable
323 Htime = a2time_t(hbuf);

Completed in 64 milliseconds