Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tty/
H A Dtty_display.h80 int _el_cost; /* cost of (clr_eol) */ member
H A Dtty_update.c1182 if (clr_eol && SP_PARM->_el_cost <= (screen_columns(SP_PARM) - SP_PARM->_curscol)) { in ClrToEOL()
1452 && SP_PARM->_el_cost <= SP_PARM->_el1_cost) { in TransformLine()
1515 && (SP_PARM->_el_cost < (oLastChar - nLastChar))) { in TransformLine()
1525 if ((oLastChar - nLastChar) > SP_PARM->_el_cost) { in TransformLine()
1603 > SP_PARM->_el_cost + nLastNonblank - (n + 1)) { in TransformLine()
H A Dlib_mvcur.c414 SP_PARM->_el_cost = NormalizedCost(clr_eol, 1); in NCURSES_SP_NAME()
424 SP_PARM->_el_cost = 0; in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1035 int _el_cost; /* cost of (clr_eol) */ member