Searched defs:WINDOW (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | stty.h | 35 #define WINDOW 4 macro
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 51 #define WINDOW (60*60) macro 114 client->cl_auth = authdes_seccreate(ypmastername, WINDOW,
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.h | 45 #define WINDOW 4 macro
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 24 #ifndef WINDOW 91 #define WINDOW struct _win_st macro 101 extern WINDOW *stdscr, *curscr; 197 WINDOW *initscr(), *newwin(), *subwin(); 200 extern WINDOW *initscr(void); 201 extern WINDOW *newwin(int, int, int, int); 202 extern WINDOW *subwin(WINDOW *, int, int, int, int); 205 extern char *wstandout(WINDOW *); 206 extern char *wstandend(WINDOW *); [all...] |
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 158 } WINDOW; typedef in typeref:struct:window_t 167 WINDOW *_newscr; /* New screen image built by wnoutrefresh(). */ 168 WINDOW *_curscr; /* Current screen image after doupdate(). */ 184 WINDOW *_w; /* Exists on if emulating soft label keys. */ 332 #define __m_getpary(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ 334 #define __m_getparx(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ 349 extern WINDOW *curscr, *stdscr; 383 extern int box(WINDOW *, chtype, chtype); 384 extern int box_set(WINDOW *, const cchar_t *, const cchar_t *); 388 extern int clearok(WINDOW *, boo [all...] |
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 159 } WINDOW; typedef in typeref:struct:window_t 168 WINDOW *_newscr; /* New screen image built by wnoutrefresh(). */ 169 WINDOW *_curscr; /* Current screen image after doupdate(). */ 181 WINDOW *_w; /* Exists on if emulating soft label keys. */ 341 extern int __m_copywin(const WINDOW *, WINDOW *, int); 342 extern WINDOW *__m_newwin(WINDOW *, int, int, int, int); 347 #define __m_getpary(w) ((w)->_parent == (WINDOW *) 0 ? -1 \ 349 #define __m_getparx(w) ((w)->_parent == (WINDOW *) [all...] |
Completed in 69 milliseconds