Lines Matching defs:tx
322 int nt, tx, x, stcost, iscont;333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx;338 for (x = tx; x < nx; ++x) {370 for (x = tx; x < nx; ++x) {396 int tx, nt, x, stcost;403 tx = cx;413 tx = x;416 stcost = nt * _COST(Back_tab) + (tx-nx) * _COST(Cursor_left);431 for (; tx > nx; --tx)