Home
last modified time | relevance | path

Searched refs:_cost_fn (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dinit_costs.c55 static int _cost_fn(char *, int);
98 _cost_fn(enter_insert_mode, 0) + _cost_fn(exit_insert_mode, 0) : 0; in _init_costs()
101 _cost_fn(enter_delete_mode, 0) + _cost_fn(exit_delete_mode, 0) : 0; in _init_costs()
104 *costptr++ = _cost_fn(str_array[offsets[i++]], 1); in _init_costs()
107 *costptr++ = _cost_fn(tparm_p1(str_array[offsets[i++]], 10), 1); in _init_costs()
109 *costptr++ = _cost_fn(tparm_p2(cursor_address, 8, 10), 1); in _init_costs()
110 *costptr++ = _cost_fn(tparm_p1(row_address, 8), 1); in _init_costs()
116 _cost_fn(enter_insert_mode, 0), in _init_costs()
117 _cost_fn(exit_insert_mode, 0)); in _init_costs()
119 insert_character, _cost_fn(insert_character, 1)); in _init_costs()
[all …]