Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDsh.hist.c892 if (histTail && histTail->Htime >= np->Htime) in mergeInsertionPoint()
897 if (histMerg->Htime >= np->Htime) in mergeInsertionPoint()
899 else if (histMerg->Hprev->Htime >= np->Htime) in mergeInsertionPoint()
906 while (pp != &Histlist && pp->Htime <= np->Htime) in mergeInsertionPoint()
911 while ((p = pp->Hnext) && (p->Htime > np->Htime)) in mergeInsertionPoint()
952 if (Htime != 0 && p->Htime > Htime) in enthist()
953 Htime = p->Htime; in enthist()
956 if (mflg && Htime != 0 && p->Hprev->Htime >= Htime) in enthist()
984 if (Htime != 0) { in enthist()
985 np->Htime = Htime; in enthist()
[all …]
HDsh.h1062 time_t Htime; member
1194 extern time_t Htime;
HDsh.lex.c139 time_t Htime = (time_t)0; variable
323 Htime = a2time_t(hbuf); in word()