Searched defs:newterm (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.newterm.c49 #undef newterm macro
51 newterm(char *type, FILE *outfptr, FILE *infptr) function
H A D_newterm.c49 newterm(char *type, FILE *fout, FILE *fin) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c30 * newterm.c
40 static char const rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/newterm.c 1.15 1995/07/25 19:54:00 ant Exp $";
63 * be called before initscr() or newterm().
65 * This flag will reset after initscr() or newterm() so that subsequent
66 * calls to newterm(), without a preceding call to filter(), will load
159 * affect newterm(). We assume that it can't be used with newterm()
197 * If newterm() is called more than once for the same terminal, the first
201 newterm(term, out_fp, in_fp) function
212 "newterm(
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c32 * newterm.c
44 "libxcurses/src/libc/xcurses/rcs/newterm.c 1.13 1998/06/04 19:55:52 "
69 * be called before initscr() or newterm().
71 * This flag will reset after initscr() or newterm() so that subsequent
72 * calls to newterm(), without a preceding call to filter(), will load
165 * affect newterm(). We assume that it can't be used with newterm()
199 * If newterm() is called more than once for the same terminal, the first
203 newterm(char *term, FILE *out_fp, FILE *in_fp) function
296 /* Reset flag for subsequent calls to newterm()
[all...]
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile265 newterm.3xcurses \
622 newterm.3xcurses := LINKSRC = initscr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile367 newterm.3curses \
744 newterm.3curses := LINKSRC = curs_initscr.3curses

Completed in 74 milliseconds