Home
last modified time | relevance | path

Searched refs:curses (Results 1 – 25 of 110) sorted by relevance

12345

/NextBSD/lib/ncurses/ncurses/
HDMakefile.depend19 access.So: curses.h
23 access.o: curses.h
27 access.po: curses.h
31 add_tries.So: curses.h
35 add_tries.o: curses.h
39 add_tries.po: curses.h
43 alloc_entry.So: curses.h
47 alloc_entry.o: curses.h
51 alloc_entry.po: curses.h
55 alloc_ttype.So: curses.h
[all …]
HDMakefile76 curses.h \
278 make_keys MKterm.h.awk comp_captab.c curses.head
283 HEADERS= curses.h term.h termcap.h unctrl.h
289 INCSLINKS= curses.h ${INCLUDEDIR}/ncurses.h
333 lib_gen.c: MKlib_gen.sh curses.h
335 "${AWK}" generated < curses.h >$@
355 nomacros.h: MKlib_gen.sh curses.h
357 "${AWK}" generated < curses.h | fgrep undef > $@
374 curses.h: curses.head MKkey_defs.sh Caps
375 cat curses.head > $@.new
[all …]
/NextBSD/lib/ncurses/ncursesw/
HDMakefile.depend18 access.So: curses.h
23 access.o: curses.h
28 access.po: curses.h
33 add_tries.So: curses.h
38 add_tries.o: curses.h
43 add_tries.po: curses.h
48 alloc_entry.So: curses.h
53 alloc_entry.o: curses.h
58 alloc_entry.po: curses.h
63 alloc_ttype.So: curses.h
[all …]
/NextBSD/contrib/ncurses/
HDMANIFEST16 ./Ada95/gen/terminal_interface-curses-aux.ads.m4
17 ./Ada95/gen/terminal_interface-curses-forms-field_types.ads.m4
18 ./Ada95/gen/terminal_interface-curses-forms-field_user_data.ads.m4
19 ./Ada95/gen/terminal_interface-curses-forms-form_user_data.ads.m4
20 ./Ada95/gen/terminal_interface-curses-forms.ads.m4
21 ./Ada95/gen/terminal_interface-curses-menus-item_user_data.ads.m4
22 ./Ada95/gen/terminal_interface-curses-menus-menu_user_data.ads.m4
23 ./Ada95/gen/terminal_interface-curses-menus.ads.m4
24 ./Ada95/gen/terminal_interface-curses-mouse.ads.m4
25 ./Ada95/gen/terminal_interface-curses-panels-user_data.ads.m4
[all …]
HDANNOUNCE3 The ncurses (new curses) library is a free software emulation of
4 curses in System V Release 4.0, and more. It uses terminfo format,
6 and function-key mapping, and has all the other SYSV-curses
7 enhancements over BSD curses.
9 In mid-June 1995, the maintainer of 4.4BSD curses declared that he
10 considered 4.4BSD curses obsolete, and encouraged the keepers of Unix
14 some time with OpenBSD as the system curses library, and on FreeBSD
58 curses:
61 * Full support for SVr4 curses features including keyboard mapping,
72 SVr4 curses uses.
[all …]
HDMakefile.in91 @ test ! -f $(include_dir)/curses.h || \
92 fgrep NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
/NextBSD/contrib/ncurses/include/
HDMakefile.in73 curses.head \
80 curses.h \
94 curses.h : $(TERMINFO_CAPS) \
95 curses.head \
96 $(srcdir)/curses.tail \
98 cat curses.head >$@
101 cat $(srcdir)/curses.tail >>$@
/NextBSD/contrib/ee/
HDcreate.make163 if [ -f /usr/include/curses.h ]
181 curses=""
183 curses="-DNCURSE"
190 if [ -f /usr/include/curses.h ]
208 curses=""
260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local
269 curses : ee.c
HDmake.default3 # If building ee using curses, type "make curses", otherwise new_curse (a
4 # subset of curses that supports ee) will be built and ee will use new_curse
5 # instead of curses.
39 curses : ee.c
HDREADME.ee67 purpose. The curses package is used to handle the I/O which deals with the
70 While ee is based on curses, I have included here the source code to
71 new_curse, a subset of curses developed for use with ee. 'curses' often
75 The file new_curse.c contains a subset of 'curses', a package for
76 applications to use to handle screen output. Unfortunately, curses
79 systems, and while it can sometimes be slower than other curses packages,
81 than vendor supplied curses. Unless problems occur during the building
82 of ee, it is recommended that you use new_curse rather than the curses
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_cur_term.c85 _nc_lock_global(curses); in NCURSES_SP_NAME()
109 _nc_unlock_global(curses); in NCURSES_SP_NAME()
169 _nc_lock_global(curses); in del_curterm()
171 _nc_unlock_global(curses); in del_curterm()
HDuse_screen.c49 _nc_lock_global(curses); in NCURSES_EXPORT()
56 _nc_unlock_global(curses); in NCURSES_EXPORT()
/NextBSD/contrib/netbsd-tests/lib/libcurses/
HDtestframe.txt7 The curses library is a complex piece of software and, often, changes
9 actions so a visual check of the curses output may look correct in
12 the curses library have no undesired effects an automated test is
13 needed to detect and highlight any changes in the curses application
20 The curses testframe consists of two separate programs connected by a
26 are highlighted to the tester. The slave is a curses application that
28 director over a pipe, these commands are calls to curses routines
30 parameters and uses them as arguments for the requested curses routine
31 call. The return value from the curses routine is passed back to the
32 director over another pipe, if the curses routine updates any passed
[all …]
/NextBSD/contrib/ncurses/ncurses/
HDMakefile.in172 $(srcdir)/curses.priv.h \
175 ../include/curses.h \
216 ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h
217 sh -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
235 ./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh
290 ./link_test.c : $(base)/MKlib_gen.sh ../include/curses.h
291 sh -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" implemented <../include/curses.h >$@
/NextBSD/contrib/ncurses/ncurses/base/
HDresizeterm.c72 _nc_lock_global(curses); in show_window_sizes()
87 _nc_unlock_global(curses); in show_window_sizes()
354 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
434 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
444 _nc_sp_lock_global(curses); in resize_term()
446 _nc_sp_unlock_global(curses); in resize_term()
HDlib_newwin.c104 if (_nc_nonsp_try_global(curses) == 0) { in _nc_freewin()
127 _nc_nonsp_unlock_global(curses); in _nc_freewin()
181 _nc_sp_lock_global(curses); in newwin()
184 _nc_sp_unlock_global(curses); in newwin()
292 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
374 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
HDlib_overlay.c58 _nc_lock_global(curses); in overlap()
95 _nc_unlock_global(curses); in overlap()
158 _nc_lock_global(curses); in copywin()
220 _nc_unlock_global(curses); in copywin()
HDuse_window.c43 _nc_lock_global(curses); in NCURSES_EXPORT()
45 _nc_unlock_global(curses); in NCURSES_EXPORT()
HDlib_initscr.c61 _nc_lock_global(curses); in NCURSES_EXPORT()
100 _nc_unlock_global(curses); in NCURSES_EXPORT()
HDlib_delwin.c75 if (_nc_try_global(curses) == 0) { in delwin()
90 _nc_unlock_global(curses); in delwin()
/NextBSD/contrib/nvi/cl/
HDREADME.signal8 2: The curses routines may not be reentrant.
9 3: Neither DB nor curses will restart system calls.
58 current curses implementations (both System V and Berkeley) don't give
61 the exception that flow control and signals are turned on, and curses
66 mode is better defined and I'm less likely to be surprised by a curses
84 Generally, this is what historic vi did. (It didn't have the curses
85 problems because it didn't use curses.) It entered signals following
128 First, System V's curses doesn't handle SIGTSTP correctly. If you use the
134 computer industry. The 4BSD curses is deficient in that it does not have
139 models #3 or #4, we're going to have to call curses routines at interrupt
[all …]
/NextBSD/contrib/dialog/
HDdlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog } argument
HDaclocal.m41185 dnl Test if curses defines 'chtype' (usually a 'long' type for SysV curses).
1190 AC_TRY_COMPILE([#include <${cf_cv_ncurses_header:-curses.h}>],
1197 AC_TRY_COMPILE([#include <${cf_cv_ncurses_header:-curses.h}>],
1209 dnl Tie together the configure-script macros for curses. It may be ncurses,
1221 dnl Look for the curses headers.
1291 dnl Find a "curses" header file, e.g,. "curses.h", or one of the more common
1296 AC_CACHE_CHECK(if we have identified curses headers,cf_cv_ncurses_header,[
1300 $1/curses.h]) \
1302 curses.h ifelse($1,,[ncurses/ncurses.h ncurses/curses.h])
1311 AC_MSG_ERROR(No curses header-files found)
[all …]
/NextBSD/contrib/ncurses/ncurses/widechar/
HDlib_get_wch.c65 _nc_lock_global(curses); in NCURSES_EXPORT()
113 _nc_unlock_global(curses); in NCURSES_EXPORT()
/NextBSD/contrib/nvi/
HDREADME13 cl ............ Vi interface to the curses(3) library.
42 Elan Amir did the original 4BSD curses work that made it possible
43 to support a full-screen editor using curses.

12345