Searched defs:setscrreg (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | scrreg.c | 47 (setscrreg)(top, bottom) function 51 __m_trace("setscrreg(%d, %d)", top, bottom); 55 return __m_return_code("setscrreg", ERR); 61 return __m_return_code("setscrreg", OK);
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _setscrreg.c | 49 setscrreg(int t, int b) function
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | scrreg.c | 49 #undef setscrreg macro 52 setscrreg(int top, int bottom) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 595 extern int setscrreg(int, int); 1082 #define setscrreg(t, b) wsetscrreg(stdscr, t, b) macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 779 extern int setscrreg(int, int); 1072 #define setscrreg(t, b) wsetscrreg(stdscr, t, b) macro
|
Completed in 45 milliseconds