Searched refs:_COST (Results 1 – 4 of 4) sorted by relevance
111 cm = _COST(Cursor_address); in mvcur()191 cost = _COST(Cursor_home); in _homefirst()195 cost = _COST(Cursor_to_ll); in _homefirst()236 st_1 = _COST(Cursor_down) * dy; in _mvvert()237 st_n = _COST(Parm_down_cursor); in _mvvert()240 st_1 = _COST(Cursor_up) * dy; in _mvvert()241 st_n = _COST(Parm_up_cursor); in _mvvert()245 cv = _COST(Row_address); in _mvvert()285 ch = _COST(Row_address); in _mvhor()291 hl = (_COST(Carriage_return) < LARGECOST) ? in _mvhor()[all …]
442 if (blnkx + _COST(Clr_eol) >= lastx) in _updateln()554 if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) { in _updateln()812 cost = _COST(dcfixed) + (parm_dch ? _COST(Parm_dch) : in _useidch()813 _COST(Delete_character) * idch); in _useidch()873 cost_ich1 = idch * _COST(Insert_character); in _useidch()875 cost = SP->phys_irm ? 0 : _COST(icfixed); in _useidch()876 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1) in _useidch()877 cost += _COST(Parm_ich); in _useidch()882 if (parm_ich && _COST(Parm_ich) < cost_ich1) in _useidch()883 cost = _COST(Parm_ich); in _useidch()[all …]
113 fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed), in _init_costs()120 fprintf(outf, "dcfixed %d\n", _COST(dcfixed)); in _init_costs()
97 #define _COST(field) (SP->term_costs.field) macro