Searched defs:mvhline (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvhline.c | 49 mvhline(int y, int x, chtype c, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 62 #undef mvhline macro 65 mvhline(int y, int x, chtype h, int n) function 70 __m_trace("mvhline(%d, %d, %ld, %d)", y, x, h, n); 76 return __m_return_code("mvhline", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 61 #undef mvhline macro 64 mvhline(int y, int x, chtype h, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 491 extern int mvhline(int, int, chtype, int); 939 #define mvhline(y, x, ch, n) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 633 extern int mvhline(int, int, chtype, int); 975 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n)) macro
|
Completed in 282 milliseconds