Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tty/
HDtty_update.c1170 if (clr_eol && SP_PARM->_el_cost <= (screen_columns(SP_PARM) - SP_PARM->_curscol)) { in ClrToEOL()
1440 && SP_PARM->_el_cost <= SP_PARM->_el1_cost) { in TransformLine()
1503 && (SP_PARM->_el_cost < (oLastChar - nLastChar))) { in TransformLine()
1513 if ((oLastChar - nLastChar) > SP_PARM->_el_cost) { in TransformLine()
1591 > SP_PARM->_el_cost + nLastNonblank - (n + 1)) { in TransformLine()
HDlib_mvcur.c412 SP_PARM->_el_cost = NormalizedCost(clr_eol, 1); in NCURSES_SP_NAME()
422 SP_PARM->_el_cost = 0; in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h1183 int _el_cost; /* cost of (clr_eol) */ member