Searched refs:putwin (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/ncurses/man/ |
H A D | man_db.renames.in | 235 putwin.3x putwin.3ncurses
|
H A D | manhtml.aliases | 85 putwin(3X) curs_util(3X)
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 793 putwin(WINDOW *win, FILE *filep) in putwin() function 1008 (void) putwin(newscr, fp); in scr_dump()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 314 "putwin" @216 NONAME
|
H A D | ncurses.ref | 237 "putwin" @216 NONAME ; implemented
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 1265 ### use option --enable-ext-putwin to turn on extended screendumps 1266 AC_MSG_CHECKING(if you want to use extended putwin/screendump) 1267 AC_ARG_ENABLE(ext-putwin, 1268 [ --enable-ext-putwin compile with extended putwin/screendump], 1273 AC_DEFINE(NCURSES_EXT_PUTWIN,1,[Define to 1 to compile with extended putwin/screendump])
|
H A D | MANIFEST | 172 ./Ada95/src/terminal_interface-curses-putwin.adb 173 ./Ada95/src/terminal_interface-curses-putwin.ads
|
H A D | INSTALL | 610 --enable-ext-putwin 611 Modify the file-format written by putwin() to use printable text rather 1665 --enable-ext-putwin
|
H A D | NEWS | 1607 + add a trailing null for magic-string in putwin, flagged by gcc 10 2548 + fixes for writing extended color pairs in putwin. 3484 + check return-value of putwin 3487 + correct return-value of extended putwin (report by Mike Gran). 3908 + add sample "magic" file, to document ext-putwin. 3951 + build-fix for the "--enable-ext-putwin" feature when not using 3972 + correct cut/paste error for "--enable-ext-putwin" that made it the 3977 the extended putwin/getwin. 3979 putwin/getwin. 3980 + add "--enable-ext-putwin" configure option to turn on the extended [all …]
|
H A D | configure | 823 --enable-ext-putwin compile with extended putwin/screendump
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 932 curs_util.3 putwin.3 \
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1948 #undef putwin 1949 int putwin(
|
H A D | llib-lncurses | 1939 #undef putwin 1940 int putwin(
|
H A D | llib-lncursestw | 2529 #undef putwin 2530 int putwin(
|
H A D | llib-lncursesw | 2520 #undef putwin 2521 int putwin(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 3961 report_return(putwin(win, fp)); in cmd_putwin()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 777 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *); /* implemented */
|