/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_initscr.c | 52 initscr(void) in NCURSES_EXPORT()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | libbsddialog.c | 45 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 D | slave.c | 170 mainscr = initscr(); in main()
|
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 62 curs_initscr.3x initscr.3ncurses 213 initscr.3x initscr.3ncurses
|
H A D | manhtml.aliases | 67 initscr(3X) curs_initscr(3X)
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 75 if (initscr() == NULL) in init_display()
|
/freebsd/contrib/ee/ |
H A D | new_curse.h | 195 extern void initscr P_((void));
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 106 initscr(); in main()
|
/freebsd/usr.bin/systat/ |
H A D | main.c | 205 initscr(); in main()
|
/freebsd/tools/tools/ath/athratestats/ |
H A D | main.c | 374 initscr(); in main()
|
/freebsd/sys/teken/demo/ |
H A D | teken_demo.c | 312 initscr(); in main()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 203 initscr(); in main()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 217 "initscr" @80 NONAME
|
H A D | ncurses.ref | 101 "initscr" @80 NONAME ; implemented
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 368 (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 D | scanopt.c | 110 initscr (); in get_cols()
|
/freebsd/contrib/dialog/ |
H A D | configure | 14461 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 D | dialog.c | 1951 (void) initscr(); in main() 1960 initscr(); in main()
|
H A D | aclocal.m4 | 1620 [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 D | stumbler.c | 1019 initscr(); cbreak(); noecho(); in main()
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1300 initscr(); in topipstates() 1476 initscr(); in topipstates()
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 129 initscr() interface, the TSTP signal will return you to the correct shell
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 238 initscr() on start up.
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.c | 1309 initscr(); in main()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 622 curs_initscr.3 initscr.3 \
|