Home
last modified time | relevance | path

Searched refs:initscr (Results 1 – 25 of 39) sorted by relevance

12

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_initscr.c51 initscr(void) in NCURSES_EXPORT()
/NextBSD/contrib/ncurses/man/
HDmanhtml.aliases9 initscr(3X) curs_initscr(3X)
HDman_db.renames61 curs_initscr.3x initscr.3ncurses
/NextBSD/contrib/netbsd-tests/lib/libcurses/slave/
HDslave.c170 mainscr = initscr(); in main()
/NextBSD/usr.bin/talk/
HDinit_disp.c79 if (initscr() == NULL) in init_display()
/NextBSD/usr.bin/grdc/
HDgrdc.c100 initscr(); in main()
/NextBSD/contrib/ee/
HDnew_curse.h195 extern void initscr P_((void));
/NextBSD/usr.bin/systat/
HDmain.c199 initscr(); in main()
/NextBSD/tools/tools/ath/athratestats/
HDmain.c369 initscr(); in main()
/NextBSD/usr.sbin/gstat/
HDgstat.c171 initscr(); in main()
/NextBSD/contrib/gdb/gdb/tui/
HDtui.c377 w = initscr (); in tui_enable()
/NextBSD/sys/teken/demo/
HDteken_demo.c312 initscr(); in main()
/NextBSD/contrib/dialog/
HDconfigure12089 char initscr ();
12093 initscr ();
12209 which can conflict with char initscr (); below. */
12217 char initscr ();
12229 f = initscr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
12273 initscr()
12397 initscr()
12460 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
12548 initscr(); tgoto("?", 0,0)
12825 initscr(); tgoto("?", 0,0)
[all …]
HDaclocal.m41305 [initscr(); tgoto("?", 0,0)],
1327 [initscr(); tgoto("?", 0,0)],
1344 AC_CHECK_LIB(cur_colr,initscr,[
1348 AC_CHECK_LIB(Hcurses,initscr,[
1394 # because it may be needed to link the test-case for initscr.
1405 # Check for library containing initscr
1411 AC_CHECK_LIB($cf_curs_lib,initscr,[break])
1420 [initscr()],
1430 [initscr(); tgoto((char *)0, 0, 0);],
1435 [initscr()],
[all …]
HDdialog.c1804 (void) initscr(); in main()
1813 initscr(); in main()
/NextBSD/contrib/ncurses/misc/
HDncurses.def217 "initscr" @80 NONAME
HDncurses.ref101 "initscr" @80 NONAME ; implemented
/NextBSD/contrib/ncurses/doc/
HDncurses-intro.doc350 (void) initscr(); /* initialize the curses library */
400 allocated. These function initscr() does both these things. Since it
402 attempting to do so. On the rare occasions this happens, initscr()
403 will terminate the program with an error message. initscr() must
409 nl() and cbreak() should be called after initscr().
593 is provided. It restores tty modes to what they were when initscr()
595 Thus, anytime after the call to initscr, endwin() should be called
605 initscr()
606 The first function called should almost always be initscr().
608 data structures. initscr() also arranges that the first call to
[all …]
/NextBSD/contrib/flex/
HDscanopt.c135 initscr (); in get_cols()
/NextBSD/tools/tools/net80211/stumbler/
HDstumbler.c1021 initscr(); cbreak(); noecho(); in main()
/NextBSD/contrib/netbsd-tests/lib/libcurses/
HDtestframe.txt238 initscr() on start up.
/NextBSD/contrib/nvi/cl/
HDREADME.signal131 initscr() interface, the TSTP signal will return you to the correct shell
/NextBSD/contrib/ipfilter/tools/
HDipfstat.c1334 initscr();
1510 initscr();
/NextBSD/usr.sbin/pmcstat/
HDpmcstat.c1371 initscr(); in main()
/NextBSD/lib/ncurses/ncurses/
HDMakefile708 curs_initscr.3 initscr.3 \

12