Home
last modified time | relevance | path

Searched refs:NCURSES_PUTP2_FLUSH (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c209 code = NCURSES_PUTP2_FLUSH("cursor_visible", in NCURSES_SP_NAME()
213 code = NCURSES_PUTP2_FLUSH("cursor_normal", in NCURSES_SP_NAME()
217 code = NCURSES_PUTP2_FLUSH("cursor_invisible", in NCURSES_SP_NAME()
363 (void) NCURSES_PUTP2_FLUSH("keypad_xmit", keypad_xmit); in _nc_keypad()
365 (void) NCURSES_PUTP2_FLUSH("keypad_local", keypad_local); in _nc_keypad()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_flash.c73 res = NCURSES_PUTP2_FLUSH("flash_screen", flash_screen); in NCURSES_EXPORT()
75 res = NCURSES_PUTP2_FLUSH("bell", bell); in NCURSES_EXPORT()
H A Dlib_beep.c75 res = NCURSES_PUTP2_FLUSH("bell", bell); in NCURSES_EXPORT()
77 res = NCURSES_PUTP2_FLUSH("flash_screen", flash_screen); in NCURSES_EXPORT()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c151 NCURSES_PUTP2_FLUSH("cpr", "\033[6n"); /* only works on ANSI-compatibles */ in position_check()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h512 #define NCURSES_PUTP2_FLUSH(name,value) NCURSES_SP_NAME(_nc_putp_flush)(NCURSES_SP_ARGx name, va… macro