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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c870 * duplicates. When pTime is not NULL, use it as a starting point for search,
875 struct Hist *pTime) /* hint about where to insert */
879 pTime = histTail; /* new entry goes at the end */
884 pTime = histMerg;
886 pTime = histMerg->Hprev;
888 if (pTime) {
891 pp = pTime;
925 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; local
943 pTime = p->Hprev;
1002 pp = mergeInsertionPoint(np, pTime);
873 mergeInsertionPoint( struct Hist *np, struct Hist *pTime) argument
[all...]

Completed in 107 milliseconds