Lines Matching refs:Htime
888 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()
982 Htime = 0; in enthist()
985 (void) time(&(np->Htime)); in enthist()
1013 for (p = pp->Hnext; p && p->Htime == np->Htime; pp = p, p = p->Hnext) { in enthist()
1072 xprintf("#+%010lu\n", (unsigned long)hp->Htime); in phist()
1088 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp); in phist()