Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c538 can_clear_with(NCURSES_SP_DCLx ARG_CH_T ch) in can_clear_with() function
616 && can_clear_with(NCURSES_SP_ARGx CHREF(ntext0))) { in EmitRange()
1248 if (clr_eos && can_clear_with(NCURSES_SP_ARGx CHREF(blank))) { in ClrBottom()
1433 if (clr_bol && can_clear_with(NCURSES_SP_ARGx CHREF(blank))) { in TransformLine()
1487 if (!can_clear_with(NCURSES_SP_ARGx CHREF(blank))) { in TransformLine()
/freebsd/contrib/ncurses/
H A DNEWS10188 + revert 20030105 change to can_clear_with(), does not work for the
10218 + optimize can_clear_with() a little by testing first if the parameter
10850 + modify behavior of can_clear_with() so that if an application is
12243 + change can_clear_with() macro to accommodate logic for
12245 unnecessary. Made can_clear_with() an inline function to make it
14963 can_clear_with macro, and change EmitRange to allow leaving cursor at