Searched refs:initscr (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/lib/libcurses/
H A Dinitscr.c1 /* $NetBSD: initscr.c,v 1.36 2021/09/06 07:03:49 rin Exp $ */
35 static char sccsid[] = "@(#)initscr.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: initscr.c,v 1.36 2021/09/06 07:03:49 rin Exp $");
48 * initscr --
52 initscr(void) function
56 __CTRACE(__CTRACE_INIT, "initscr\n");
72 perror("initscr");
H A DMakefile25 idcok.c immedok.c inch.c inchstr.c initscr.c insch.c insdelln.c \
109 curses_color.3 init_pair.3 curses_screen.3 initscr.3 \
/netbsd-current/games/hangman/
H A Dmain.c77 if (!initscr())
/netbsd-current/share/examples/rump/ums_draw/
H A Dms.c63 initscr();
/netbsd-current/games/colorbars/
H A Dcolorbars.c61 if (!initscr())
/netbsd-current/lib/libcurses/PSD.doc/
H A Dtwinkle1.c65 initscr();
H A Dtwinkle2.c73 initscr();
/netbsd-current/games/mille/
H A Dmille.c80 if (!initscr())
/netbsd-current/usr.bin/talk/
H A Dinit_disp.c63 if (initscr() == NULL)
/netbsd-current/games/robots/
H A Dmain.c154 if (!initscr())
/netbsd-current/games/rain/
H A Drain.c98 if (!initscr())
/netbsd-current/usr.sbin/altq/altqstat/
H A Dqdisc_wfq.c94 initscr();
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c163 return (initscr());
/netbsd-current/games/battlestar/
H A Dfly.c81 if (initscr() == NULL) {
/netbsd-current/games/dab/
H A Dttyscrn.cc198 initscr();
/netbsd-current/games/rogue/
H A Dinit.c116 if (!initscr()) {
/netbsd-current/games/worm/
H A Dworm.c120 if (!initscr())
/netbsd-current/lib/libcurses/EXAMPLES/
H A Dex1.c125 initscr(); /* Always call initscr() first */
H A Dview.c273 (void) initscr(); /* initialize the curses library */
/netbsd-current/games/gomoku/
H A Dbdisp.c63 if (initscr() == NULL)
/netbsd-current/games/atc/
H A Dgraphics.c129 if (!initscr())
/netbsd-current/usr.bin/systat/
H A Dmain.c201 if (initscr() == NULL)
/netbsd-current/games/hunt/hunt/
H A Dhunt.c274 if (!initscr())
/netbsd-current/games/boggle/boggle/
H A Dmach.c560 if (!initscr()) {
/netbsd-current/games/worms/
H A Dworms.c374 if (!initscr())

Completed in 506 milliseconds

12