Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.hist.c889 struct Hist *pTime) /* hint about where to insert */ in mergeInsertionPoint() argument
893 pTime = histTail; /* new entry goes at the end */ in mergeInsertionPoint()
898 pTime = histMerg; in mergeInsertionPoint()
900 pTime = histMerg->Hprev; in mergeInsertionPoint()
902 if (pTime) { in mergeInsertionPoint()
905 pp = pTime; in mergeInsertionPoint()
939 struct Hist *p = NULL, *pp = &Histlist, *pTime = NULL; in enthist() local
957 pTime = p->Hprev; in enthist()
1016 pp = mergeInsertionPoint(np, pTime); in enthist()
/NextBSD/contrib/ntp/ntpd/
HDrefclock_jjy.c2339 struct tm *pTime ; in jjy_receive_seiko_tsys_tdc_300() local
2395 pTime = localtime( &now ) ; in jjy_receive_seiko_tsys_tdc_300()
2396 up->year = pTime->tm_year ; in jjy_receive_seiko_tsys_tdc_300()
2397 up->month = pTime->tm_mon + 1 ; in jjy_receive_seiko_tsys_tdc_300()
2398 up->day = pTime->tm_mday ; in jjy_receive_seiko_tsys_tdc_300()