Searched refs:tch (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/lex/ |
| H A D | ecs.c | 210 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 D | dfa.c | 1018 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 D | web2a | 62678 tch tch
|
| H A D | web2 | 199049 tch
|