Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tty/
H A Dtty_display.h70 int _cud1_cost; /* cost of (cursor_down) */ member
H A Dlib_mvcur.c362 SP_PARM->_cud1_cost = CostOf(cursor_down, 0); in NCURSES_SP_NAME()
583 && (n * SP_PARM->_cud1_cost < vcost)) { in relative_move()
585 SP_PARM->_cud1_cost, n, cursor_down); in relative_move()
1395 (void) printf("cud1 cost: %d\n", CURRENT_SCREEN->_cud1_cost); in main()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1025 int _cud1_cost; /* cost of (cursor_down) */ member