Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.hist.c901 if (histTail && histTail->Htime >= np->Htime) in mergeInsertionPoint()
906 if (histMerg->Htime >= np->Htime) in mergeInsertionPoint()
908 else if (histMerg->Hprev->Htime >= np->Htime) in mergeInsertionPoint()
915 while (pp != &Histlist && pp->Htime <= np->Htime) in mergeInsertionPoint()
920 while ((p = pp->Hnext) && (p->Htime > np->Htime)) in mergeInsertionPoint()
961 if (Htime != 0 && p->Htime > Htime) in enthist()
962 Htime = p->Htime; in enthist()
965 if (mflg && Htime != 0 && p->Hprev->Htime >= Htime) in enthist()
993 if (Htime != 0) { in enthist()
994 np->Htime = Htime; in enthist()
[all …]
H A Dsh.h1079 time_t Htime; member
1216 extern time_t Htime;
H A Dsh.lex.c134 time_t Htime = (time_t)0; variable
335 Htime = a2time_t(hbuf); in word()