Searched refs:costx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/screen-22/screen/
H A Ddisplay.c1204 register int costx, costy; local
1261 costx = EXPENSIVE;
1268 costx = CalcCost(tgoto(D_CRI, 0, dx));
1271 if ((m = D_NDcost * dx) < costx)
1273 costx = m;
1277 if (dx < costx && (m = CallRewrite(y1, x1, x2 - 1, 0)) < costx)
1279 costx = m;
1287 costx = CalcCost(tgoto(D_CLE, 0, -dx));
1290 if ((m = -dx * D_LEcost) < costx)
[all...]

Completed in 114 milliseconds