| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_newterm.c | 172 NCURSES_SP_NAME(newterm) (NCURSES_SP_DCLx in newterm() function 363 newterm(const char *name, FILE *ofp, FILE *ifp) in newterm() function 370 rc = NCURSES_SP_NAME(newterm) (CURRENT_SCREEN_PRE, name, ofp, ifp); in newterm()
|
| H A D | lib_initscr.c | 94 if (newterm(name, stdout, stdin) == NULL) { in NCURSES_EXPORT()
|
| /src/contrib/ncurses/misc/ |
| H A D | ncurses.supp | 125 fun:newterm
|
| H A D | ncurses.def | 292 "newterm" @196 NONAME
|
| H A D | ncurses.ref | 217 "newterm" @196 NONAME ; implemented
|
| /src/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 236 newterm.3x newterm.3ncurses
|
| H A D | manhtml.aliases | 88 newterm(3X) curs_initscr(3X)
|
| /src/contrib/nvi/cl/ |
| H A D | cl_screen.c | 241 if (newterm(ttype, stdout, stdin) == NULL) { in cl_vi_init()
|
| H A D | README.signal | 127 newterm() interface, the TSTP signal will leave you in raw mode, and the
|
| /src/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 630 and, if you are using multiple terminals, newterm().) 640 newterm(type, ofp, ifp) 642 newterm() instead of initscr(). newterm() should be called once 655 previously opened by newterm(). The screen reference for the 661 The inverse of newterm(); deallocates the data structures 841 The initscr() function actually calls a function named newterm() to do 843 terminals, use newterm() directly.
|
| /src/lib/ncurses/tinfo/ |
| H A D | Makefile | 626 curs_initscr.3 newterm.3 \
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 1260 + lock the prescreen data consistently in newterm, etc., for the 2958 Curses was updated to do this, e.g., wscanw, newterm, the terminfo 3291 Solaris xpg4 curses after calling newterm(). 4941 + remove a check in the sp-funcs flavor of newterm() which allowed only 4942 the first call to newterm() to succeed (report by Thomas Beierlein, 5130 + fix a possible null-pointer reference in a trace message from newterm. 7389 than newterm(), to investigate report on comp.unix.programmer that 7677 + add locks for initscr() and newterm() on updates to the SCREEN 8005 initscr() or newterm() (prompted by LinuxBase #1604). 8150 i.e., setupterm() to _nc_setupscreen(), i.e., newterm(). [all …]
|
| H A D | ANNOUNCE | 209 combinations of endwin (repeated), initscr, newterm.
|
| /src/contrib/ncurses/include/ |
| H A D | curses.h.in | 761 extern NCURSES_EXPORT(SCREEN *) newterm (const char *,FILE *,FILE *); /* implemented */ 1055 extern NCURSES_EXPORT(SCREEN *) NCURSES_SP_NAME(newterm) (SCREEN*, const char *, FILE *, FILE *); /…
|
| /src/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 1623 #undef newterm 1624 SCREEN *newterm(
|
| H A D | llib-lncursest | 1632 #undef newterm 1633 SCREEN *newterm(
|
| H A D | llib-lncursesw | 2210 #undef newterm 2211 SCREEN *newterm(
|
| H A D | llib-lncursestw | 2219 #undef newterm 2220 SCREEN *newterm(
|
| /src/contrib/dialog/ |
| H A D | util.c | 409 if (newterm(NULL, dialog_state.screen_output, stdin) == 0) { in init_dialog()
|
| /src/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 3542 report_ptr(newterm(args[0], out, in)); in cmd_newterm()
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4279 m_screen = ::newterm(nullptr, m_out, m_in); in Initialize()
|