Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1954 #define InsCharCost(sp,count) \ macro
2010 #undef InsCharCost
2011 #define InsCharCost(sp, count) NCURSES_SP_NAME(_nc_InsCharCost)(NCURSES_SP_ARGx count) macro
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1578 || InsCharCost(SP_PARM, nLastChar - oLastChar) > (m - n)) { in TransformLine()