Home
last modified time | relevance | path

Searched refs:tch (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/flex/dist/
H A Decs.c203 void mkechar (tch, fwd, bck) in mkechar() argument
204 int tch, fwd[], bck[]; in mkechar()
210 if (fwd[tch] != NIL)
211 bck[fwd[tch]] = bck[tch];
213 if (bck[tch] != NIL)
214 fwd[bck[tch]] = fwd[tch];
216 fwd[tch] = NIL;
217 bck[tch] = NIL;
H A Ddfa.c1028 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1045 tch = transchar[ns];
1047 if (tch != SYM_EPSILON) {
1048 if (tch < -lastccl || tch >= csize) {
1053 if (tch >= 0) { /* character transition */
1054 int ec = ecgroup[tch];
1061 tch = -tch;
1063 lenccl = ccllen[tch];
1064 cclp = cclmap[tch];
1068 if (cclng[tch]) {
/minix3/minix/commands/zmodem/
H A Drbsb.c160 struct tchars oldtch, tch; variable
311 tch = oldtch;
313 tch.t_intrc = Zmodem ? -1:030; /* Interrupt char */
315 tch.t_intrc = Zmodem ? 03:030; /* Interrupt char */
340 ioctl(iofd, TIOCSETC, (struct sgttyb *) &tch);