Searched defs:mvwhline (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvwhline.c | 49 mvwhline(WINDOW *win, int y, int x, chtype c, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 79 #undef mvwhline macro 82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) function 87 __m_trace("mvwhline(%p, %d, %d, %ld, %d)", w, y, x, h, n); 93 return __m_return_code("mvwhline", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 74 #undef mvwhline macro 77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 531 extern int mvwhline(WINDOW *, int, int, chtype, int); 945 #define mvwhline(w, y, x, ch, n) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 637 extern int mvwhline(WINDOW *, int, int, chtype, int); 977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro
|
Completed in 39 milliseconds