Searched refs:initscr (Results 1 – 25 of 39) sorted by relevance
12
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_initscr.c | 51 initscr(void) in NCURSES_EXPORT()
|
| /NextBSD/contrib/ncurses/man/ |
| HD | manhtml.aliases | 9 initscr(3X) curs_initscr(3X)
|
| HD | man_db.renames | 61 curs_initscr.3x initscr.3ncurses
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/slave/ |
| HD | slave.c | 170 mainscr = initscr(); in main()
|
| /NextBSD/usr.bin/talk/ |
| HD | init_disp.c | 79 if (initscr() == NULL) in init_display()
|
| /NextBSD/usr.bin/grdc/ |
| HD | grdc.c | 100 initscr(); in main()
|
| /NextBSD/contrib/ee/ |
| HD | new_curse.h | 195 extern void initscr P_((void));
|
| /NextBSD/usr.bin/systat/ |
| HD | main.c | 199 initscr(); in main()
|
| /NextBSD/tools/tools/ath/athratestats/ |
| HD | main.c | 369 initscr(); in main()
|
| /NextBSD/usr.sbin/gstat/ |
| HD | gstat.c | 171 initscr(); in main()
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | tui.c | 377 w = initscr (); in tui_enable()
|
| /NextBSD/sys/teken/demo/ |
| HD | teken_demo.c | 312 initscr(); in main()
|
| /NextBSD/contrib/dialog/ |
| HD | configure | 12089 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 …]
|
| HD | aclocal.m4 | 1305 [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 …]
|
| HD | dialog.c | 1804 (void) initscr(); in main() 1813 initscr(); in main()
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses.def | 217 "initscr" @80 NONAME
|
| HD | ncurses.ref | 101 "initscr" @80 NONAME ; implemented
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 350 (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/ |
| HD | scanopt.c | 135 initscr (); in get_cols()
|
| /NextBSD/tools/tools/net80211/stumbler/ |
| HD | stumbler.c | 1021 initscr(); cbreak(); noecho(); in main()
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/ |
| HD | testframe.txt | 238 initscr() on start up.
|
| /NextBSD/contrib/nvi/cl/ |
| HD | README.signal | 131 initscr() interface, the TSTP signal will return you to the correct shell
|
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipfstat.c | 1334 initscr(); 1510 initscr();
|
| /NextBSD/usr.sbin/pmcstat/ |
| HD | pmcstat.c | 1371 initscr(); in main()
|
| /NextBSD/lib/ncurses/ncurses/ |
| HD | Makefile | 708 curs_initscr.3 initscr.3 \
|
12