HomeSort by: relevance | last modified time | path
    Searched refs:touchwin (Results 1 - 25 of 25) sorted by relevancy

  /src/games/atc/
graphics.c 394 (void)touchwin(radar);
396 (void)touchwin(planes);
398 (void)touchwin(credit);
402 (void)touchwin(input);
  /src/usr.sbin/sysinst/arch/alpha/
md.c 170 touchwin(stdscr);
  /src/usr.sbin/sysinst/arch/emips/
md.c 180 touchwin(stdscr);
  /src/usr.sbin/sysinst/arch/mipsco/
md.c 173 touchwin(stdscr);
  /src/usr.sbin/sysinst/arch/pmax/
md.c 181 touchwin(stdscr);
  /src/games/worm/
worm.c 364 touchwin(stw);
366 touchwin(tv);
  /src/lib/libcurses/
ripoffline.c 174 touchwin(rip->win);
Makefile 31 toucholap.c touchwin.c tstp.c tty.c unctrl.c underscore.c version.c
177 curses_touch.3 touchwin.3 curses_tty.3 typeahead.3 \
touchwin.c 1 /* $NetBSD: touchwin.c,v 1.35 2024/12/23 02:58:04 blymn Exp $ */
35 static char sccsid[] = "@(#)touchwin.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: touchwin.c,v 1.35 2024/12/23 02:58:04 blymn Exp $");
127 * touchwin --
131 touchwin(WINDOW *win) function in typeref:typename:int
133 __CTRACE(__CTRACE_LINE, "touchwin: (%p)\n", win);
slk.c 540 return touchwin(screen->slk_window);
curses.h 767 int touchwin(WINDOW *);
  /src/usr.sbin/sysinst/arch/hp300/
md.c 198 touchwin(stdscr);
  /src/usr.sbin/sysinst/arch/mvme68k/
md.c 201 touchwin(stdscr);
  /src/usr.sbin/sysinst/
run.c 371 touchwin(stdscr);
664 touchwin(stdscr);
728 touchwin(stdscr);
main.c 303 touchwin(stdscr);
util.c 1454 touchwin(stdscr);
1728 touchwin(w);
2135 touchwin(stdscr);
2136 touchwin(mainwin);
disks.c 921 touchwin(stdscr);
  /src/games/hunt/hunt/
playit.c 425 touchwin(stdscr);
  /src/tests/lib/libcurses/tests/
Makefile 174 FILES+= touchwin
  /src/usr.sbin/sysinst/arch/x68k/
md.c 306 touchwin(stdscr);
  /src/tests/lib/libcurses/
t_curses.sh 1599 atf_test_case touchwin
1606 h_run touchwin
2386 atf_add_test_case touchwin
  /src/games/boggle/boggle/
mach.c 241 touchwin(stdscr);
  /src/usr.bin/menuc/
menu_sys.def 447 touchwin(stdscr);
509 touchwin(sv_curscr);
  /src/tests/lib/libcurses/check_files/
Makefile 232 FILES+= touchwin.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 2694 report_return(touchwin(win));

Completed in 28 milliseconds