Searched refs:tch (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Decs.c212 void mkechar( tch, fwd, bck )
213 int tch, fwd[], bck[];
219 if ( fwd[tch] != NIL )
220 bck[fwd[tch]] = bck[tch];
222 if ( bck[tch] != NIL )
223 fwd[bck[tch]] = fwd[tch];
225 fwd[tch] = NIL;
226 bck[tch]
[all...]
H A Ddfa.c1019 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1038 tch = transchar[ns];
1040 if ( tch != SYM_EPSILON )
1042 if ( tch < -lastccl || tch >= csize )
1048 if ( tch >= 0 )
1050 int ec = ecgroup[tch];
1058 tch = -tch;
1060 lenccl = ccllen[tch];
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Ded.xmap.c177 Char tch; local
183 if (GetNextChar(&tch) != 1) { /* if EOF or error */
187 *(ch->buf) = tch;
H A Ded.inputl.c84 unsigned char tch; /* the place where read() goes */ local
251 if (xread(SHIN, &tch, 1) < 0) {
264 ch = tch;

Completed in 73 milliseconds