Home
last modified time | relevance | path

Searched refs:newterm (Results 1 – 21 of 21) sorted by relevance

/src/contrib/ncurses/ncurses/base/
H A Dlib_newterm.c172 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 Dlib_initscr.c94 if (newterm(name, stdout, stdin) == NULL) { in NCURSES_EXPORT()
/src/contrib/ncurses/misc/
H A Dncurses.supp125 fun:newterm
H A Dncurses.def292 "newterm" @196 NONAME
H A Dncurses.ref217 "newterm" @196 NONAME ; implemented
/src/contrib/ncurses/man/
H A Dman_db.renames.in236 newterm.3x newterm.3ncurses
H A Dmanhtml.aliases88 newterm(3X) curs_initscr(3X)
/src/contrib/nvi/cl/
H A Dcl_screen.c241 if (newterm(ttype, stdout, stdin) == NULL) { in cl_vi_init()
H A DREADME.signal127 newterm() interface, the TSTP signal will leave you in raw mode, and the
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc630 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 DMakefile626 curs_initscr.3 newterm.3 \
/src/contrib/ncurses/
H A DNEWS1260 + 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 DANNOUNCE209 combinations of endwin (repeated), initscr, newterm.
/src/contrib/ncurses/include/
H A Dcurses.h.in761 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 Dllib-lncurses1623 #undef newterm
1624 SCREEN *newterm(
H A Dllib-lncursest1632 #undef newterm
1633 SCREEN *newterm(
H A Dllib-lncursesw2210 #undef newterm
2211 SCREEN *newterm(
H A Dllib-lncursestw2219 #undef newterm
2220 SCREEN *newterm(
/src/contrib/dialog/
H A Dutil.c409 if (newterm(NULL, dialog_state.screen_output, stdin) == 0) { in init_dialog()
/src/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3542 report_ptr(newterm(args[0], out, in)); in cmd_newterm()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4279 m_screen = ::newterm(nullptr, m_out, m_in); in Initialize()