Searched refs:wgetch (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-command.c81 tmp_char = (int) wgetch (w);
H A Dtui-io.c501 with wgetch(). */
651 ch = wgetch (w);
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h214 extern int wgetch P_((WINDOW *window));
H A Dee.c631 in = wgetch(text_win);
1890 in = wgetch(com_win);
1915 in = wgetch(com_win);
3431 in = wgetch(temp_win);
3675 counter = wgetch(com_win);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c470 TR(TRACE_IEVENT, ("timed delay in wgetch()"));
612 T(("wgetch returning : %s", _nc_tracechar(sp, ch)));
637 wgetch(WINDOW *win) function
642 T((T_CALLED("wgetch(%p)"), (void *) win));
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c381 ch = wgetch(win);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c1989 c = wgetch(w);
1994 c = wgetch(w);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1254 extern int wgetch(WINDOW *);
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile682 curs_getch.3 wgetch.3 \
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1711 c = wgetch(stdscr);
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c5095 report_int(wgetch(win));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp368 int GetChar() { return ::wgetch(m_window); }

Completed in 152 milliseconds