Searched refs:wechochar (Results 1 – 17 of 17) sorted by relevance
126 wechochar(win, (chtype) '\n'); in wgetnstr_events()
338 returnCode(wechochar(pad, ch)); in pechochar()
583 wechochar(WINDOW *win, const chtype ch) in wechochar() function
644 wechochar(win, backup); in _nc_wgetch()
153 wechochar(win, (chtype) '\n'); in wgetn_wstr()
277 wechochar.3x wechochar.3ncurses
123 wechochar(3X) curs_addch(3X)
414 "wechochar" @308 NONAME
329 "wechochar" @308 NONAME ; implemented
483 curs_addch.3 wechochar.3 \
864 extern NCURSES_EXPORT(int) wechochar (WINDOW *, const chtype); /* implemented */1301 #define echochar(c) wechochar(stdscr,(c))
117 #undef wechochar118 int wechochar(
123 #undef wechochar124 int wechochar(
5057 report_return(wechochar(win, ch)); in cmd_wechochar()
9391 + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()13712 wechochar().13713 + correct wechochar() so that it interprets the output character as13718 invoke wechochar() instead.