Home | History | Annotate | Download | only in tzcode

Lines Matching refs:tt_ttisgmt

91 	int		tt_ttisgmt;	/* TRUE if transition is UTC */
474 ttisp->tt_ttisgmt = FALSE;
476 ttisp->tt_ttisgmt = *p++;
477 if (ttisp->tt_ttisgmt != TRUE &&
478 ttisp->tt_ttisgmt != FALSE)
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
1076 if (sp->ttis[j].tt_ttisgmt) {