Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/man/man3curses/
H A DMakefile70 curses.3curses \
583 addch.3curses := LINKSRC = curs_addch.3curses
651 beep.3curses := LINKSRC = curs_beep.3curses
652 flash.3curses := LINKSRC = curs_beep.3curses
654 bkgd.3curses := LINKSRC = curs_bkgd.3curses
656 wbkgd.3curses := LINKSRC = curs_bkgd.3curses
660 box.3curses := LINKSRC = curs_border.3curses
726 inch.3curses := LINKSRC = curs_inch.3curses
729 winch.3curses := LINKSRC = curs_inch.3curses
760 raw.3curses := LINKSRC = curs_inopts.3curses
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3curses.inc17 link path=usr/share/man/man3curses/addch.3curses target=curs_addch.3curses
21 link path=usr/share/man/man3curses/addnstr.3curses target=curs_addstr.3curses
23 link path=usr/share/man/man3curses/addstr.3curses target=curs_addstr.3curses
24 link path=usr/share/man/man3curses/addwch.3curses target=curs_addwch.3curses
32 link path=usr/share/man/man3curses/attroff.3curses target=curs_attr.3curses
33 link path=usr/share/man/man3curses/attron.3curses target=curs_attr.3curses
34 link path=usr/share/man/man3curses/attrset.3curses target=curs_attr.3curses
37 link path=usr/share/man/man3curses/beep.3curses target=curs_beep.3curses
38 link path=usr/share/man/man3curses/bkgd.3curses target=curs_bkgd.3curses
42 link path=usr/share/man/man3curses/box.3curses target=curs_border.3curses
[all …]
H A Dsystem-library.man3xcurses.inc69 file path=usr/share/man/man3xcurses/curses.3xcurses
H A Dsystem-header.p5m204 file path=usr/include/curses.h
1960 file path=usr/xpg4/include/curses.h
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile39 screen/curses.h \
50 HDRS= curses.h term.h unctrl.h
85 screen/curses.h: screen/curses.ed screen/keycaps screen/tmp
86 (cd screen; $(ED) - < curses.ed)
H A DMakefile.com65 curserr.o curses.o def_prog.o delay.o delay_out.o \
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac199 # Check for curses libraries.
200 AC_ARG_WITH(curses, optwith
201 [ --without-curses do not use curses])
208 # Unless the user specify --without-curses, check for curses.
211 AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have a curses library])],
212 [AC_CHECK_LIB(curses, wgetch, [GRUB_LIBS="$GRUB_LIBS -lcurses"
213 AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have a curses library])])])
219 AC_CHECK_HEADERS(string.h strings.h ncurses/curses.h ncurses.h curses.h)
H A Dconfig.h.in18 /* Define to 1 if you have the <curses.h> header file. */
30 /* Define if you have a curses library */
36 /* Define to 1 if you have the <ncurses/curses.h> header file. */
H A DINSTALL236 `--without-curses'
237 Don't use the curses library.
H A DChangeLog3629 whether your curses library has the definition.
6811 no, do not check for curses.
7425 Include the best existing header for [n]curses.
7996 buggy curses.
8568 "no-config-file", and from "disable-curses" to "no-curses".
8658 fallback non-curses code.
8901 compatibility with curses.
8912 newlines deleting to end of line under curses.
8932 clash with curses.
8935 * configure.in: Check for curses libraries for use with
[all …]
H A Dconfigure5272 for ac_header in string.h strings.h ncurses/curses.h ncurses.h curses.h
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext16 * External variables for the curses library
22 #include <curses.h>
H A DMakefile49 XRADD = curses.ext
H A DMakefile.com39 curses.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile49 HDRS= h/term.h h/curses.h h/unctrl.h
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile49 HDRS= h/term.h h/curses.h h/unctrl.h
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h876 * determine if "curses" is available
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.ed13 /* This list is created from caps and curses.ed. Do not edit it! */
14 #define KEY_MIN 0401 /* Minimum curses key */
33 #define KEY_MAX 0777 /* Maximum curses key */
40 * curses.h - this file is automatically made from caps and
41 * curses.ed. Don't make changes directly to curses.h!
212 #if defined(__lint) && !defined(CURSES) /* if not internal to curses source */
264 /* declarations for mini-curses */
1357 #define _STANDOUT A_STANDOUT /* for compatability with old curses */
1432 g/\@(\#)curses\.ed/s//\@(\#)curses\.h/
1433 w curses.h
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dmapfile-vers35 # the choice of which curses library will be used. The NODIRECT
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c4195 fn_path_realloc(char **curses, char *prepend) in fn_path_realloc() argument
4200 if (*curses == NULL) { in fn_path_realloc()
4214 curlen = strlen(*curses); in fn_path_realloc()
4219 (void) strcat(news, *curses); in fn_path_realloc()
4220 kmem_free(*curses, curlen + 1); in fn_path_realloc()
4222 *curses = news; in fn_path_realloc()
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile48 curses.3xcurses \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3714 `--no-curses'
715 Do not use the screen handling interface by the curses even if it
719 This option has the same meaning as `--no-config-file --no-curses'.
H A Dgrub.texi3562 @item --no-curses
3563 Do not use the screen handling interface by the curses even if it is
3567 This option has the same meaning as @samp{--no-config-file --no-curses}.
H A Dgrub.info3423 `--no-curses'
3424 Do not use the screen handling interface by the curses even if it
3428 This option has the same meaning as `--no-config-file --no-curses'.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1010 0 short 0433 curses screen image
1011 0 short 0434 curses screen image

12