Home | History | Annotate | Download | only in src

Lines Matching defs:ts

304 		char ts[4];
471 po.ts[utf_wctomb(po.ts, po.wc)] = 0;
474 Xput(xs, xp, po.ts[c]);
475 } while (po.ts[++c]);
503 po.ts[utf_wctomb(po.ts, c - 0x100)] = 0;
506 Xput(xs, xp, po.ts[c]);
507 } while (po.ts[++c]);
965 struct tstate ts;
967 for (ktwalk(&ts, t); (ap = ktnext(&ts)); ) {