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

/osnet-11/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;
101 _cost_fn(enter_delete_mode, 0) + _cost_fn(exit_delete_mode, 0) : 0;
104 *costptr++ = _cost_fn(str_array[offsets[i++]], 1);
107 *costptr++ = _cost_fn(tparm_p1(str_array[offsets[i++]], 10), 1);
109 *costptr++ = _cost_fn(tparm_p2(cursor_address, 8, 10), 1);
110 *costptr++ = _cost_fn(tparm_p1(row_address, 8), 1);
116 _cost_fn(enter_insert_mod
147 _cost_fn(char *str, int affcnt) function
[all...]

Completed in 563 milliseconds