Home | History | Annotate | Download | only in tzcode

Lines Matching defs:ts

518 			struct state	ts;
522 result = tzparse(&up->buf[1], &ts, FALSE);
523 if (result == 0 && ts.typecnt == 2 &&
524 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
526 ts.ttis[i].tt_abbrind +=
528 for (i = 0; i < ts.charcnt; ++i)
530 ts.chars[i];
532 while (i < ts.timecnt &&
533 ts.ats[i] <=
536 while (i < ts.timecnt &&
539 ts.ats[i];
542 ts.types[i];
546 sp->ttis[sp->typecnt++] = ts.ttis[0];
547 sp->ttis[sp->typecnt++] = ts.ttis[1];