Searched defs:stcost (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c322 int nt, tx, x, stcost, iscont; local
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; local
[all...]

Completed in 262 milliseconds