Lines Matching defs:tbl
33 short *tbl;
36 tbl = (short*)cPVOP->op_pv;
37 if (!tbl)
46 if ((ch = tbl[*s]) >= 0) {
69 if (c < 0x100 && (ch = tbl[c]) >= 0) {
100 short *tbl;
103 tbl = (short*)cPVOP->op_pv;
104 if (!tbl)
112 if (tbl[*s++] >= 0)
121 if (tbl[c] >= 0)
144 short *tbl;
147 tbl = (short*)cPVOP->op_pv;
148 if (!tbl)
160 if ((ch = tbl[*s]) >= 0) {
175 if ((ch = tbl[*s]) >= 0) {
196 rlen = tbl[0x100];
218 tbl[comp+1] : tbl[0x100+rlen];
228 else if ((ch = tbl[comp]) >= 0) {
260 d = uvchr_to_utf8(d, tbl[comp+1]);
262 d = uvchr_to_utf8(d, tbl[0x100+rlen]);
266 else if ((ch = tbl[comp]) >= 0) {