Home
last modified time | relevance | path

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

12

/dragonfly/contrib/ee/
H A Dcreate.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
H A Dmake.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
H A DREADME.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
/dragonfly/contrib/file/magic/Magdir/
H A Dterminfo39 0 beshort 0433 SVr2 curses screen image, big-endian
40 0 beshort 0434 SVr3 curses screen image, big-endian
41 0 beshort 0435 SVr4 curses screen image, big-endian
43 0 leshort 0433 SVr2 curses screen image, little-endian
44 0 leshort 0434 SVr3 curses screen image, little-endian
45 0 leshort 0435 SVr4 curses screen image, little-endian
/dragonfly/lib/libncurses/
H A DMakefile.sources12 GENHDRS_NWP+= curses.h
30 HEADERS= curses.h term.h termcap.h unctrl.h
40 curses.h: $(TERMINFO_CAPS) curses.head curses.tail MKkey_defs.sh
41 cat ${.CURDIR}/../include/curses.head | \
46 cat ${NCURSESDIR}/include/curses.wide >> ${.TARGET}.new
48 cat ${NCURSESDIR}/include/curses.tail >> ${.TARGET}.new
90 lib_gen.c: MKlib_gen.sh curses.h ncurses_def.h term.h
91 …${NXENV} sh ${NCURSESBASEDIR}/MKlib_gen.sh "${CC} -E ${NXCFLAGS:N-W*}" awk generated <curses.h > $…
111 CLEANFILES+= ${GENHDRS_NWP} term.h.new curses.h.new
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c86 _nc_lock_global(curses); in NCURSES_SP_NAME()
115 _nc_unlock_global(curses); in NCURSES_SP_NAME()
182 _nc_lock_global(curses); in del_curterm()
184 _nc_unlock_global(curses); in del_curterm()
H A Duse_screen.c54 _nc_lock_global(curses); in NCURSES_EXPORT()
61 _nc_unlock_global(curses); in NCURSES_EXPORT()
/dragonfly/contrib/ncurses/misc/
H A Dmagic68 0 beshort 0433 SVr2 curses screen image, big-endian
69 0 beshort 0434 SVr3 curses screen image, big-endian
70 0 beshort 0435 SVr4 curses screen image, big-endian
72 0 leshort 0433 SVr2 curses screen image, little-endian
73 0 leshort 0434 SVr3 curses screen image, little-endian
74 0 leshort 0435 SVr4 curses screen image, little-endian
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c104 if (_nc_nonsp_try_global(curses) == 0) { in _nc_freewin()
132 _nc_nonsp_unlock_global(curses); in _nc_freewin()
186 _nc_sp_lock_global(curses); in newwin()
189 _nc_sp_unlock_global(curses); in newwin()
297 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
379 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
H A Dlib_overlay.c57 _nc_lock_global(curses); in overlap()
94 _nc_unlock_global(curses); in overlap()
156 _nc_lock_global(curses); in copywin()
220 _nc_unlock_global(curses); in copywin()
H A Dresizeterm.c79 _nc_lock_global(curses); in show_window_sizes()
94 _nc_unlock_global(curses); in show_window_sizes()
364 _nc_nonsp_lock_global(curses); in NCURSES_SP_NAME()
444 _nc_nonsp_unlock_global(curses); in NCURSES_SP_NAME()
454 _nc_sp_lock_global(curses); in resize_term()
456 _nc_sp_unlock_global(curses); in resize_term()
H A Duse_window.c49 _nc_lock_global(curses); in NCURSES_EXPORT()
51 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_delwin.c76 if (_nc_try_global(curses) == 0) { in delwin()
91 _nc_unlock_global(curses); in delwin()
H A Dlib_initscr.c60 _nc_lock_global(curses); in NCURSES_EXPORT()
108 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_freeall.c70 _nc_lock_global(curses); in NCURSES_EXPORT()
116 _nc_unlock_global(curses); in NCURSES_EXPORT()
H A Dlib_getch.c360 _nc_lock_global(curses); in recur_wrefresh()
365 _nc_unlock_global(curses); in recur_wrefresh()
386 _nc_lock_global(curses); in recur_wgetnstr()
391 _nc_unlock_global(curses); in recur_wgetnstr()
H A Dlib_set_term.c68 _nc_lock_global(curses); in NCURSES_EXPORT()
94 _nc_unlock_global(curses); in NCURSES_EXPORT()
140 _nc_lock_global(curses); in delscreen()
224 _nc_unlock_global(curses); in delscreen()
H A Dlib_newterm.c193 _nc_lock_global(curses); in NCURSES_SP_NAME()
345 _nc_unlock_global(curses); in NCURSES_SP_NAME()
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal6 2: The curses routines may not be reentrant.
7 3: Neither DB nor curses will restart system calls.
56 current curses implementations (both System V and Berkeley) don't give
59 the exception that flow control and signals are turned on, and curses
64 mode is better defined and I'm less likely to be surprised by a curses
82 Generally, this is what historic vi did. (It didn't have the curses
83 problems because it didn't use curses.) It entered signals following
126 First, System V's curses doesn't handle SIGTSTP correctly. If you use the
132 computer industry. The 4BSD curses is deficient in that it does not have
137 models #3 or #4, we're going to have to call curses routines at interrupt
[all …]
/dragonfly/games/boggle/
H A DREADME10 You will need curses and a large word list.
22 help.c - (curses) help routine
23 mach.c - (curses) display code
35 I've stuck to a small subset of the curses routines.
/dragonfly/contrib/dialog/
H A Ddlg_keys.h49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog } argument
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wch.c63 _nc_lock_global(curses); in NCURSES_EXPORT()
118 _nc_unlock_global(curses); in NCURSES_EXPORT()
/dragonfly/contrib/nvi2/
H A DREADME10 cl ............ Vi interface to the curses(3) library.
40 Elan Amir did the original 4BSD curses work that made it possible
41 to support a full-screen editor using curses.
/dragonfly/lib/libncurses/libncursesw/
H A DMakefile14 INCSLINKS= curses.h ${INCLUDEDIR}/priv/ncurses/ncurses.h
/dragonfly/contrib/ncurses/include/
H A Dcurses.tail1 /* $Id: curses.tail,v 1.25 2019/12/14 22:28:39 tom Exp $ */
4 * This file is part of ncurses, designed to be appended after curses.h.in
156 #define TRACE_CALLS 0x0020 /* trace all curses calls */

12