Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dinit_costs.c84 short *costptr = &(SP->term_costs.icfixed); in _init_costs() local
97 *costptr++ = ((enter_insert_mode) && (exit_insert_mode)) ? in _init_costs()
100 *costptr++ = ((enter_delete_mode) && (exit_delete_mode)) ? 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()