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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c880 * duplicates. When pTime is not NULL, use it as a starting point for search,
885 struct Hist *pTime) /* hint about where to insert */
889 pTime = histTail; /* new entry goes at the end */
894 pTime = histMerg;
896 pTime = histMerg->Hprev;
898 if (pTime) {
901 pp = pTime;
935 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; local
953 pTime = p->Hprev;
1012 pp = mergeInsertionPoint(np, pTime);
883 mergeInsertionPoint( struct Hist *np, struct Hist *pTime) argument
[all...]

Completed in 51 milliseconds