| /freebsd-13.1/contrib/ncurses/ |
| H A D | MANIFEST | 16 ./Ada95/gen/terminal_interface-curses-aux.ads.m4 20 ./Ada95/gen/terminal_interface-curses-forms.ads.m4 23 ./Ada95/gen/terminal_interface-curses-menus.ads.m4 24 ./Ada95/gen/terminal_interface-curses-mouse.ads.m4 28 ./Ada95/gen/terminal_interface-curses.adb.m4 29 ./Ada95/gen/terminal_interface-curses.ads.m4 140 ./Ada95/src/terminal_interface-curses-aux.adb 550 ./include/curses.h.in 551 ./include/curses.tail 552 ./include/curses.wide [all …]
|
| H A D | Makefile.in | 95 @ test ! -f $(include_dir)/curses.h || \ 96 fgrep NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
|
| H A D | ANNOUNCE | 5 The ncurses (new curses) library is a free software emulation of 9 enhancements over BSD curses. SVr4 curses became the basis of X/Open 269 A simple demo of tabs in curses. 318 compatibility with old non-curses programs 456 macros in curses.h 683 Release 4) curses: 697 SVr4 curses. 705 curses. 712 curses specification, XSI curses (that is, it implements all BASE 741 powerful than the 4.4BSD curses quickch routine. [all …]
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | Makefile.in | 76 curses.head \ 83 curses.h \ 97 curses.h : $(CAPLIST) \ 98 curses.head \ 99 $(srcdir)/curses.tail \ 101 cat curses.head >$@ 104 cat $(srcdir)/curses.tail >>$@
|
| /freebsd-13.1/contrib/ee/ |
| H A D | create.make | 163 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 D | make.default | 3 # 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 D | README.ee | 67 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
|
| /freebsd-13.1/contrib/googletest/ci/ |
| H A D | build-linux-bazel.sh | 34 bazel build --curses=no //...:all 35 bazel test --curses=no //...:all 36 bazel test --curses=no //...:all --define absl=1
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | terminfo | 39 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
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_cur_term.c | 86 _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 D | use_screen.c | 54 _nc_lock_global(curses); in NCURSES_EXPORT() 61 _nc_unlock_global(curses); in NCURSES_EXPORT()
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | Makefile.in | 181 $(srcdir)/curses.priv.h \ 184 ../include/curses.h \ 229 ./lib_gen.c : $(base)/MKlib_gen.sh ../include/curses.h 230 $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@ 251 $(srcdir)/curses.priv.h \ 256 ./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh 316 ./link_test.c : $(base)/MKlib_gen.sh ../include/curses.h 317 $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" implemented <../include/curses.h >$@ 340 $(srcdir)/curses.priv.h \
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 7 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 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 48 calls required to exercise a particular curses routine and validate [all …]
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | magic | 68 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
|
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | use_window.c | 49 _nc_lock_global(curses); in NCURSES_EXPORT() 51 _nc_unlock_global(curses); in NCURSES_EXPORT()
|
| H A D | lib_overlay.c | 57 _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 D | lib_newwin.c | 104 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 D | resizeterm.c | 79 _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 D | lib_delwin.c | 76 if (_nc_try_global(curses) == 0) { in delwin() 91 _nc_unlock_global(curses); in delwin()
|
| H A D | lib_initscr.c | 60 _nc_lock_global(curses); in NCURSES_EXPORT() 108 _nc_unlock_global(curses); in NCURSES_EXPORT()
|
| /freebsd-13.1/contrib/nvi/cl/ |
| H A D | README.signal | 6 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 …]
|
| /freebsd-13.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 76 curses.h \ 283 HEADERS= curses.h term.h termcap.h unctrl.h 288 INCSLINKS= curses.h ${INCLUDEDIR}/ncurses.h 345 lib_gen.c: MKlib_gen.sh curses.h ncurses_dll.h 347 "${AWK}" generated < curses.h >$@ 372 nomacros.h: MKlib_gen.sh curses.h 391 curses.h: curses.head MKkey_defs.sh Caps Caps-ncurses 392 cat curses.head > [email protected] 444 curses.head: curses.h.in 445 sed <${NCURSES_DIR}/include/curses.h.in >$@ \ [all …]
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | dlg_keys.h | 49 #define DLG_KEYS_DATA(dialog, curses) { (curses) >= KEY_MIN, curses, dialog } argument
|
| /freebsd-13.1/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_get_wch.c | 63 _nc_lock_global(curses); in NCURSES_EXPORT() 118 _nc_unlock_global(curses); in NCURSES_EXPORT()
|
| /freebsd-13.1/contrib/nvi/ |
| H A D | README | 10 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.
|