Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h1742 #define DelCharCost(sp,count) \ macro
1802 #undef DelCharCost
1803 #define DelCharCost(sp, count) NCURSES_SP_NAME(_nc_DelCharCost)(NCURSES_SP_ARGx count) macro
/NextBSD/contrib/ncurses/ncurses/tty/
HDtty_update.c1508 if (DelCharCost(SP_PARM, oLastChar - nLastChar) in TransformLine()