Lines Matching refs:ts
578 struct state *ts = &lsp->u.st; in tzloadbody() local
581 if (tzparse(&up->buf[1], ts, false) in tzloadbody()
582 && ts->typecnt == 2) { in tzloadbody()
594 char *tsabbr = ts->chars + ts->ttis[i].tt_abbrind; in tzloadbody()
598 ts->ttis[i].tt_abbrind = j; in tzloadbody()
607 ts->ttis[i].tt_abbrind = j; in tzloadbody()
614 for (i = 0; i < ts->timecnt; i++) in tzloadbody()
615 if (sp->ats[sp->timecnt - 1] < ts->ats[i]) in tzloadbody()
617 while (i < ts->timecnt in tzloadbody()
619 sp->ats[sp->timecnt] = ts->ats[i]; in tzloadbody()
621 + ts->types[i]); in tzloadbody()
625 sp->ttis[sp->typecnt++] = ts->ttis[0]; in tzloadbody()
626 sp->ttis[sp->typecnt++] = ts->ttis[1]; in tzloadbody()