Home | History | Annotate | Download | only in src

Lines Matching defs:ts

673 					char ts[4];
675 c = utf_wctomb(ts, c - 0x100);
676 ts[c] = 0;
677 for (c = 0; ts[c]; ++c)
678 Xput(xs, xp, ts[c]);
1390 struct tstate ts;
1392 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) {