Lines Matching refs:tbl
2347 register short *tbl;
2567 tbl = (short*)cPVOPo->op_pv;
2569 Zero(tbl, 256, short);
2571 tbl[t[i]] = -1;
2573 if (!tbl[i]) {
2576 tbl[i] = -2;
2578 tbl[i] = r[j-1];
2580 tbl[i] = (short)i;
2585 tbl[i] = r[j++];
2598 cPVOPo->op_pv = (char*)Renew(tbl, 0x101+rlen-j, short);
2599 tbl[0x100] = rlen - j;
2601 tbl[0x101+i] = r[j+i];
2614 tbl[i] = -1;
2618 if (tbl[t[i]] == -1)
2619 tbl[t[i]] = -2;
2624 if (tbl[t[i]] == -1) {
2627 tbl[t[i]] = r[j];