Searched defs:newterm (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | V3.newterm.c | 49 #undef newterm macro 51 newterm(char *type, FILE *outfptr, FILE *infptr) function
|
H A D | _newterm.c | 49 newterm(char *type, FILE *fout, FILE *fin) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 30 * 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...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 32 * 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...] |
Completed in 23 milliseconds