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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1522 struct tm *p_tm; local
1536 p_tm = _pthread_getspecific(localtime_key);
1537 if (p_tm == NULL) {
1538 if ((p_tm = (struct tm *)malloc(sizeof(struct tm)))
1541 _pthread_setspecific(localtime_key, p_tm);
1546 p_tm = localsub(timep, 0L, p_tm);
1548 localsub(timep, 0L, p_tm);
1551 return(p_tm);
1660 struct tm *p_tm; local
[all...]
/macosx-10.9.5/vim-53/src/
H A Doption.h780 EXTERN long p_tm; /* 'timeoutlen' */ variable
H A Dgetchar.c2790 : p_tm)), typebuf.tb_change_cnt);
H A Dmisc1.c3114 && (!p_ttimeout || waited * 100L < (p_ttm < 0 ? p_tm : p_ttm)))
H A Dnormal.c1085 long towait = (p_ttm >= 0 ? p_ttm : p_tm);
H A Doption.c2564 (char_u *)&p_tm, PV_NONE,
8433 if (p_tm < 0)
8436 p_tm = 0;

Completed in 288 milliseconds