Home | History | Annotate | Download | only in tzcode

Lines Matching refs:ts

526 			struct state	ts;
530 result = tzparse(&u.buf[1], &ts, FALSE);
531 if (result == 0 && ts.typecnt == 2 &&
532 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
534 ts.ttis[i].tt_abbrind +=
536 for (i = 0; i < ts.charcnt; ++i)
538 ts.chars[i];
540 while (i < ts.timecnt &&
541 ts.ats[i] <=
544 while (i < ts.timecnt &&
547 ts.ats[i];
550 ts.types[i];
554 sp->ttis[sp->typecnt++] = ts.ttis[0];
555 sp->ttis[sp->typecnt++] = ts.ttis[1];