/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | V3.newterm.c | 49 #undef newterm 51 newterm(char *type, FILE *outfptr, FILE *infptr) in newterm() function
|
H A D | _newterm.c | 49 newterm(char *type, FILE *fout, FILE *fin) in newterm() function
|
H A D | V3.m_newterm.c | 51 return (newterm(type, outfptr, infptr)); in m_newterm()
|
H A D | curses.ed | 243 #define newterm newterm32 258 extern SCREEN *newterm(char *, FILE *, FILE *); 261 extern SCREEN *newterm(); 622 extern SCREEN *newterm(char *, FILE *, FILE *); 822 extern SCREEN *newterm(), /* termname, fout, fin */ 1199 #define newterm(type, fout, fin) newscreen((type), 0, 0, 0, (fout), (fin)) 1250 extern SCREEN *newterm(char *, FILE *, FILE *); 1263 extern SCREEN *newterm();
|
H A D | mapfile-vers | 212 newterm;
|
H A D | llib-lcurses | 1262 SCREEN *newterm(char *type, FILE *fout, FILE *fin); 1264 /* V3.newterm.c */ 1265 #undef newterm 1266 SCREEN *newterm(char *type, FILE *outfptr, FILE *infptr);
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | initscr.c | 78 sp = newterm((char *) 0, stdout, stdin); in initscr()
|
H A D | newterm.c | 201 newterm(term, out_fp, in_fp) in newterm() function
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | initscr.c | 71 sp = newterm(NULL, stdout, stdin); in initscr()
|
H A D | newterm.c | 203 newterm(char *term, FILE *out_fp, FILE *in_fp) in newterm() function
|
/titanic_44/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 43 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
|
/titanic_44/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 45 baudrate.o getn_ws.o newterm.o tigetnum.o wgetch.o \
|
/titanic_44/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 253 newterm;
|
/titanic_44/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 255 newterm;
|
/titanic_44/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 542 * newterm.c 547 SCREEN *newterm(char *, FILE *, FILE *);
|
H A D | llib-lxcurses | 542 * newterm.c 547 SCREEN *newterm(char *, FILE *, FILE *);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 542 * newterm.c 547 SCREEN *newterm(char *, FILE *, FILE *);
|
H A D | llib-lxcurses | 542 * newterm.c 547 SCREEN *newterm(char *, FILE *, FILE *);
|
/titanic_44/usr/src/man/man3xcurses/ |
H A D | Makefile | 265 newterm.3xcurses \ 622 newterm.3xcurses := LINKSRC = initscr.3xcurses
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile.com | 60 V3.m_refresh.o V3.newterm.o V3.pechochar.o V3.upd_old_y.o \
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 367 newterm.3curses \ 744 newterm.3curses := LINKSRC = curs_initscr.3curses
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 554 extern SCREEN *newterm(char *, FILE *, FILE *);
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 556 extern SCREEN *newterm(char *, FILE *, FILE *);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 320 link path=usr/share/man/man3xcurses/newterm.3xcurses target=initscr.3xcurses
|
H A D | system-library.man3curses.inc | 494 link path=usr/share/man/man3curses/newterm.3curses target=curs_initscr.3curses
|