Searched refs:newterm (Results 1 - 19 of 19) 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 DV3.m_newterm.c51 return (newterm(type, outfptr, infptr));
H A D_newterm.c49 newterm(char *type, FILE *fout, FILE *fin) function
H A Dllib-lcurses1262 SCREEN *newterm(char *type, FILE *fout, FILE *fin);
1264 /* V3.newterm.c */
1265 #undef newterm
1266 SCREEN *newterm(char *type, FILE *outfptr, FILE *infptr);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinitscr.c62 * so that it can continue to run in a line-oriented mode, use newterm()
78 sp = newterm((char *) 0, stdout, stdin);
120 /* newterm()/setupterm() attempts to load $TERM, else if
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 Dinitscr.c61 * so that it can continue to run in a line-oriented mode, use newterm()
71 sp = newterm(NULL, stdout, stdin);
117 * newterm()/setupterm() attempts to load $TERM, else if
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/lib/libxcurses/
H A DMakefile.com45 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com43 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses542 * newterm.c
547 SCREEN *newterm(char *, FILE *, FILE *);
H A Dllib-lxcurses542 * newterm.c
547 SCREEN *newterm(char *, FILE *, FILE *);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses542 * newterm.c
547 SCREEN *newterm(char *, FILE *, FILE *);
H A Dllib-lxcurses542 * newterm.c
547 SCREEN *newterm(char *, FILE *, FILE *);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com60 V3.m_refresh.o V3.newterm.o V3.pechochar.o V3.upd_old_y.o \
/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
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h554 extern SCREEN *newterm(char *, FILE *, FILE *);
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h556 extern SCREEN *newterm(char *, FILE *, FILE *);

Completed in 71 milliseconds