Home
last modified time | relevance | path

Searched refs:touchwin (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_delwin.c84 touchwin(win->_parent); in delwin()
86 touchwin(CurScreen(SP_PARM)); in delwin()
HDlib_mvwin.c119 returnCode(touchwin(win)); in NCURSES_EXPORT()
HDlib_bkgd.c146 touchwin(win); in wbkgrnd()
HDlib_screen.c122 touchwin(nwin); in NCURSES_EXPORT()
HDresizeterm.c502 touchwin(rop->win); in NCURSES_SP_NAME()
/NextBSD/contrib/gdb/gdb/tui/
HDtui-wingeneral.c259 touchwin (list[type]->detail.source_info.execution_info->handle); in tui_refresh_all()
262 touchwin (list[type]->generic.handle); in tui_refresh_all()
268 touchwin (locator->handle); in tui_refresh_all()
HDtui-regs.c388 touchwin (data_item_win->handle); in tui_display_registers_from()
/NextBSD/contrib/ncurses/panel/
HDpanel.c133 touchwin(pan->win); in _nc_Touchpan()
HDpanel.priv.h84 # define Touchpan(pan) touchwin((pan)->win)
/NextBSD/contrib/dialog/
HDui_getc.c248 touchwin(win); in dlg_raise_window()
477 (void) touchwin(win); in dlg_getc()
HDutil.c224 (void) touchwin(win); in dlg_attr_clear()
2046 touchwin(stdscr); in dlg_del_window()
2060 touchwin(p->shadow); in dlg_del_window()
2063 touchwin(p->normal); in dlg_del_window()
/NextBSD/contrib/ee/
HDnew_curse.h210 extern void touchwin P_((WINDOW *window));
HDnew_curse.c2124 touchwin(window) in touchwin() function
HDee.c2439 touchwin(text_win);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp1311 ::touchwin (m_window); in Touch()
1373 ::touchwin (stdscr); in RemoveSubWindow()
1407 ::touchwin (stdscr); in RemoveSubWindows()
4554 touchwin(stdscr); in MenuDelegateAction()
4610 touchwin(stdscr); in MenuDelegateAction()
/NextBSD/contrib/ncurses/
HDTO-DO50 activates them), and a touchwin can apparently also force them to be
/NextBSD/lib/ncurses/ncurses/
HDMakefile998 curs_touch.3 touchwin.3 \
/NextBSD/contrib/gcc/
HDsys-protos.h1174 extern int touchwin(WINDOW *);
/NextBSD/contrib/ncurses/ncurses/win32con/
HDwin_driver.c382 touchwin(NewScreen(sp)); in drv_doupdate()
/NextBSD/contrib/ncurses/include/
HDcurses.h.in781 extern NCURSES_EXPORT(int) touchwin (WINDOW *); /* generated */
1166 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1) macro
/NextBSD/contrib/ncurses/ncurses/
HDllib-lncurses1010 #undef touchwin
1011 int (touchwin)(
HDllib-lncursest1019 #undef touchwin
1020 int (touchwin)(
HDllib-lncursesw1065 #undef touchwin
1066 int (touchwin)(
HDllib-lncursestw1068 #undef touchwin
1069 int (touchwin)(
/NextBSD/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c4359 report_return(touchwin(win)); in cmd_touchwin()

12