_COST
fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed),
fprintf(outf, "dcfixed %d\n", _COST(dcfixed));
cm = _COST(Cursor_address);
cost = _COST(Cursor_home);
cost = _COST(Cursor_to_ll);
st_1 = _COST(Cursor_down) * dy;
st_n = _COST(Parm_down_cursor);
st_1 = _COST(Cursor_up) * dy;
st_n = _COST(Parm_up_cursor);
cv = _COST(Row_address);
ch = _COST(Row_address);
hl = (_COST(Carriage_return) < LARGECOST) ?
_COST(Carriage_return) + _mvright(0, nx, FALSE) : LARGECOST;
stcost = nt * _COST(Tab);
stcost += _COST(Cursor_right);
stcost += _COST(Cursor_right);
return ((_COST(Parm_right_cursor) < stcost) ?
_COST(Parm_right_cursor) : stcost);
if (_COST(Parm_right_cursor) < stcost)
stcost = nt * _COST(Back_tab) + (tx-nx) * _COST(Cursor_left);
return ((_COST(Parm_left_cursor) < stcost) ?
_COST(Parm_left_cursor) : stcost);
if (_COST(Parm_left_cursor) < stcost)
if (blnkx + _COST(Clr_eol) >= lastx)
if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) {
cost = _COST(dcfixed) + (parm_dch ? _COST(Parm_dch) :
_COST(Delete_character) * idch);
cost_ich1 = idch * _COST(Insert_character);
cost = SP->phys_irm ? 0 : _COST(icfixed);
if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1)
cost += _COST(Parm_ich);
if (parm_ich && _COST(Parm_ich) < cost_ich1)
cost = _COST(Parm_ich);
if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1)
if (parm_ich && _COST(Parm_ich) < cost_ich1)