Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c52 initscr(void) in NCURSES_EXPORT()
/freebsd/contrib/bsddialog/lib/
H A Dlibbsddialog.c45 if (initscr() == NULL) in bsddialog_init_notheme()
46 RETURN_ERROR("Cannot init curses (initscr)"); in bsddialog_init_notheme()
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.c170 mainscr = initscr(); in main()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in62 curs_initscr.3x initscr.3ncurses
213 initscr.3x initscr.3ncurses
H A Dmanhtml.aliases67 initscr(3X) curs_initscr(3X)
/freebsd/usr.bin/talk/
H A Dinit_disp.c75 if (initscr() == NULL) in init_display()
/freebsd/contrib/ee/
H A Dnew_curse.h195 extern void initscr P_((void));
/freebsd/usr.bin/grdc/
H A Dgrdc.c106 initscr(); in main()
/freebsd/usr.bin/systat/
H A Dmain.c205 initscr(); in main()
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c374 initscr(); in main()
/freebsd/sys/teken/demo/
H A Dteken_demo.c312 initscr(); in main()
/freebsd/usr.sbin/gstat/
H A Dgstat.c203 initscr(); in main()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def217 "initscr" @80 NONAME
H A Dncurses.ref101 "initscr" @80 NONAME ; implemented
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc368 (void) initscr(); /* initialize the curses library */
418 allocated. These function initscr() does both these things. Since it
420 attempting to do so. On the rare occasions this happens, initscr()
421 will terminate the program with an error message. initscr() must
427 nl() and cbreak() should be called after initscr().
611 is provided. It restores tty modes to what they were when initscr()
613 Thus, anytime after the call to initscr, endwin() should be called
623 initscr()
624 The first function called should almost always be initscr().
626 data structures. initscr() also arranges that the first call to
[all …]
/freebsd/contrib/flex/src/
H A Dscanopt.c110 initscr (); in get_cols()
/freebsd/contrib/dialog/
H A Dconfigure14461 initscr(); tgoto("?", 0,0)
14585 char initscr ();
14589 initscr ();
14656 char initscr ();
14660 initscr ();
15027 initscr()
15066 initscr(); tgoto((char *)0, 0, 0);
15096 initscr()
17301 char initscr ();
17305 initscr ();
[all …]
H A Ddialog.c1951 (void) initscr(); in main()
1960 initscr(); in main()
H A Daclocal.m41620 [initscr(); tgoto("?", 0,0)],
1642 [initscr(); tgoto("?", 0,0)],
1659 AC_CHECK_LIB(cur_colr,initscr,[
1663 AC_CHECK_LIB(Hcurses,initscr,[
1709 # because it may be needed to link the test-case for initscr.
1723 # Check for library containing initscr
1733 [initscr()],
1743 [initscr(); tgoto((char *)0, 0, 0);],
1748 [initscr()],
3427 [initscr(); mousemask(0,0); tigetstr((char *)0);],
[all …]
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c1019 initscr(); cbreak(); noecho(); in main()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1300 initscr(); in topipstates()
1476 initscr(); in topipstates()
/freebsd/contrib/nvi/cl/
H A DREADME.signal129 initscr() interface, the TSTP signal will return you to the correct shell
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt238 initscr() on start up.
/freebsd/usr.sbin/pmcstat/
H A Dpmcstat.c1309 initscr(); in main()
/freebsd/lib/ncurses/tinfo/
H A DMakefile622 curs_initscr.3 initscr.3 \

12