Lines Matching refs:ts
654 struct state ts; local
658 result = tzparse(&u.buf[1], &ts, FALSE);
659 if (result == 0 && ts.typecnt == 2 &&
660 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
662 ts.ttis[i].tt_abbrind +=
664 for (i = 0; i < ts.charcnt; ++i)
666 ts.chars[i];
668 while (i < ts.timecnt &&
669 ts.ats[i] <=
672 while (i < ts.timecnt &&
675 ts.ats[i];
678 ts.types[i];
682 sp->ttis[sp->typecnt++] = ts.ttis[0];
683 sp->ttis[sp->typecnt++] = ts.ttis[1];