Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tt_ttisstd

90 	int		tt_ttisstd;	/* TRUE if transition is std time */
461 ttisp->tt_ttisstd = FALSE;
463 ttisp->tt_ttisstd = *p++;
464 if (ttisp->tt_ttisstd != TRUE &&
465 ttisp->tt_ttisstd != FALSE)
595 ap->tt_ttisstd == bp->tt_ttisstd &&
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {