Searched refs:ret_error1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 928 ret_error1(TGETENT_ERR, in TINFO_SETUP_TERM() 963 ret_error1(errret ? *errret : TGETENT_ERR, in TINFO_SETUP_TERM() 993 ret_error1(status, "unknown terminal type.\n", in TINFO_SETUP_TERM() 1055 ret_error1(TGETENT_YES, "terminal is not really generic.\n", in TINFO_SETUP_TERM() 1059 ret_error1(TGETENT_NO, "I need something more specific.\n", in TINFO_SETUP_TERM() 1063 ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n", in TINFO_SETUP_TERM()
|
H A D | tinfo_driver.c | 195 ret_error1(status, "unknown terminal type.\n", in drv_CanHandle() 239 ret_error1(TGETENT_YES, "terminal is not really generic.\n", in drv_CanHandle() 243 ret_error1(TGETENT_NO, "I need something more specific.\n", in drv_CanHandle() 249 ret_error1(TGETENT_YES, "I can't handle hardcopy terminals.\n", in drv_CanHandle()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 2073 #define ret_error1(rc, fmt, p, q) ret_error(rc, "'%s': " fmt, p, q) macro
|