Lines Matching refs:stcost
322 int nt, tx, x, stcost, iscont;
336 stcost = nt * _COST(Tab);
345 stcost += 1;
348 stcost += 1;
350 stcost += _COST(Cursor_right);
352 stcost += _COST(Cursor_right);
355 stcost = LARGECOST;
358 return ((_COST(Parm_right_cursor) < stcost) ?
359 _COST(Parm_right_cursor) : stcost);
362 if (_COST(Parm_right_cursor) < stcost)
396 int tx, nt, x, stcost;
416 stcost = nt * _COST(Back_tab) + (tx-nx) * _COST(Cursor_left);
418 stcost = LARGECOST;
422 return ((_COST(Parm_left_cursor) < stcost) ?
423 _COST(Parm_left_cursor) : stcost);
426 if (_COST(Parm_left_cursor) < stcost)