Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c888 if (histTail && histTail->Htime >= np->Htime) in mergeInsertionPoint()
893 if (histMerg->Htime >= np->Htime) in mergeInsertionPoint()
895 else if (histMerg->Hprev->Htime >= np->Htime) in mergeInsertionPoint()
902 while (pp != &Histlist && pp->Htime <= np->Htime) in mergeInsertionPoint()
907 while ((p = pp->Hnext) && (p->Htime > np->Htime)) in mergeInsertionPoint()
948 if (Htime != 0 && p->Htime > Htime) in enthist()
949 Htime = p->Htime; in enthist()
952 if (mflg && Htime != 0 && p->Hprev->Htime >= Htime) in enthist()
980 if (Htime != 0) { in enthist()
981 np->Htime = Htime; in enthist()
[all …]
H A Dsh.h1074 time_t Htime; member
1211 extern time_t Htime;
H A Dsh.lex.c134 time_t Htime = (time_t)0; variable
336 Htime = a2time_t(hbuf); in word()