Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/lex/
H A Decs.c210 mkechar(int tch, int *fwd, int *bck) in mkechar() argument
217 if (fwd[tch] != NIL) in mkechar()
218 bck[fwd[tch]] = bck[tch]; in mkechar()
220 if (bck[tch] != NIL) in mkechar()
221 fwd[bck[tch]] = fwd[tch]; in mkechar()
223 fwd[tch] = NIL; in mkechar()
224 bck[tch] = NIL; in mkechar()
H A Ddfa.c1018 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
1035 tch = transchar[ns];
1037 if (tch != SYM_EPSILON) {
1038 if (tch < -lastccl || tch >= csize) {
1043 if (tch >= 0) { /* character transition */
1044 int ec = ecgroup[tch];
1051 tch = -tch;
1053 lenccl = ccllen[tch];
1029 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; global() local
[all...]
/openbsd-src/share/dict/
H A Dweb2a62678 tch tch
H A Dweb2199049 tch