Searched defs:WINDOW (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 47 #define WINDOW (60*60) macro 110 client->cl_auth = authdes_seccreate(ypmastername, WINDOW,
|
/osnet-11/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...] |
/osnet-11/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 29 milliseconds