Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.hist.c898 struct Hist *pTime) /* hint about where to insert */ in mergeInsertionPoint() argument
902 pTime = histTail; /* new entry goes at the end */ in mergeInsertionPoint()
907 pTime = histMerg; in mergeInsertionPoint()
909 pTime = histMerg->Hprev; in mergeInsertionPoint()
911 if (pTime) { in mergeInsertionPoint()
914 pp = pTime; in mergeInsertionPoint()
948 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; in enthist() local
966 pTime = p->Hprev; in enthist()
1025 pp = mergeInsertionPoint(np, pTime); in enthist()