| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_delwin.c | 93 touchwin(win->_parent); in delwin() 95 touchwin(CurScreen(SP_PARM)); in delwin()
|
| H A D | lib_mvwin.c | 120 returnCode(touchwin(win)); in NCURSES_EXPORT()
|
| H A D | lib_bkgd.c | 252 touchwin(win); in _nc_background()
|
| H A D | resizeterm.c | 512 touchwin(rop->win); in NCURSES_SP_NAME()
|
| H A D | lib_screen.c | 640 touchwin(nwin); in NCURSES_SP_NAME()
|
| H A D | lib_color.c | 1126 touchwin(StdScreen(SP_PARM)); in NCURSES_SP_NAME()
|
| /freebsd-14.2/contrib/ncurses/panel/ |
| H A D | panel.c | 134 touchwin(pan->win); in _nc_Touchpan()
|
| H A D | panel.priv.h | 81 # define Touchpan(pan) touchwin((pan)->win)
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | ui_getc.c | 261 touchwin(win); in dlg_raise_window() 492 (void) touchwin(win); in dlg_getc()
|
| H A D | util.c | 251 (void) touchwin(win); in dlg_attr_clear() 2292 touchwin(stdscr); in dlg_del_window() 2306 touchwin(p->shadow); in dlg_del_window() 2309 touchwin(p->normal); in dlg_del_window()
|
| /freebsd-14.2/contrib/ee/ |
| H A D | new_curse.h | 210 extern void touchwin P_((WINDOW *window));
|
| H A D | new_curse.c | 2124 touchwin(window) in touchwin() function
|
| /freebsd-14.2/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 256 touchwin.3x touchwin.3ncurses
|
| H A D | manhtml.aliases | 104 touchwin(3X) curs_touch(3X)
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | TO-DO | 51 activates them), and a touchwin can apparently also force them to be
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 674 ::touchwin(m_window); in Touch() 723 ::touchwin(stdscr); in RemoveSubWindow() 750 ::touchwin(stdscr); in RemoveSubWindows() 4467 touchwin(stdscr); in TerminalSizeChanged() 6622 touchwin(stdscr); in MenuDelegateAction() 6673 touchwin(stdscr); in MenuDelegateAction() 6706 touchwin(stdscr); in MenuDelegateAction()
|
| /freebsd-14.2/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 441 touchwin(NewScreen(sp)); in wcon_doupdate()
|
| H A D | win_driver.c | 536 touchwin(NewScreen(sp)); in wcon_doupdate()
|
| /freebsd-14.2/lib/ncurses/tinfo/ |
| H A D | Makefile | 913 curs_touch.3 touchwin.3 \
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 1048 #undef touchwin 1049 int touchwin(
|
| H A D | llib-lncursest | 1051 #undef touchwin 1052 int touchwin(
|
| H A D | llib-lncursestw | 1173 #undef touchwin 1174 int touchwin(
|
| H A D | llib-lncursesw | 1170 #undef touchwin 1171 int touchwin(
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | curses.h.in | 824 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */ 1250 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 4359 report_return(touchwin(win)); in cmd_touchwin()
|