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

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.hist.c884 * duplicates. When pTime is not NULL, use it as a starting point for search,
889 struct Hist *pTime) /* hint about where to insert */
893 pTime = histTail; /* new entry goes at the end */
898 pTime = histMerg;
900 pTime = histMerg->Hprev;
902 if (pTime) {
905 pp = pTime;
939 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; local
957 pTime = p->Hprev;
1016 pp = mergeInsertionPoint(np, pTime);
887 mergeInsertionPoint( struct Hist *np, struct Hist *pTime) argument
[all...]

Completed in 41 milliseconds