Searched refs:NCURSES_PUTP2_FLUSH (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_options.c | 209 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()
|
H A D | tinfo_driver.c | 1426 code = NCURSES_PUTP2_FLUSH("cursor_visible", cursor_visible); in drv_cursorSet() 1429 code = NCURSES_PUTP2_FLUSH("cursor_normal", cursor_normal); in drv_cursorSet() 1432 code = NCURSES_PUTP2_FLUSH("cursor_invisible", cursor_invisible); in drv_cursorSet()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_flash.c | 73 res = NCURSES_PUTP2_FLUSH("flash_screen", flash_screen); in NCURSES_EXPORT() 75 res = NCURSES_PUTP2_FLUSH("bell", bell); in NCURSES_EXPORT()
|
H A D | lib_beep.c | 75 res = NCURSES_PUTP2_FLUSH("bell", bell); in NCURSES_EXPORT() 77 res = NCURSES_PUTP2_FLUSH("flash_screen", flash_screen); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 151 NCURSES_PUTP2_FLUSH("cpr", "\033[6n"); /* only works on ANSI-compatibles */ in position_check()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 554 #define NCURSES_PUTP2_FLUSH(name,value) NCURSES_SP_NAME(_nc_putp_flush)(NCURSES_SP_ARGx name, va… macro
|