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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmvcur.c113 cm = _COST(Cursor_address);
193 cost = _COST(Cursor_home);
197 cost = _COST(Cursor_to_ll);
238 st_1 = _COST(Cursor_down) * dy;
239 st_n = _COST(Parm_down_cursor);
242 st_1 = _COST(Cursor_up) * dy;
243 st_n = _COST(Parm_up_cursor);
247 cv = _COST(Row_address);
287 ch = _COST(Row_address);
293 hl = (_COST(Carriage_retur
[all...]
H A Dinit_costs.c115 fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed),
122 fprintf(outf, "dcfixed %d\n", _COST(dcfixed));
138 * Figure out the _COST in characters to print this string.
H A Dwrefresh.c445 if (blnkx + _COST(Clr_eol) >= lastx)
557 if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) {
809 cost = _COST(dcfixed) + (parm_dch ? _COST(Parm_dch) :
810 _COST(Delete_character) * idch);
870 cost_ich1 = idch * _COST(Insert_character);
872 cost = SP->phys_irm ? 0 : _COST(icfixed);
873 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1)
874 cost += _COST(Parm_ic
[all...]
H A Dcurshdr.h99 #define _COST(field) (SP->term_costs.field) macro

Completed in 25 milliseconds