Searched defs:mvwvline (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvwvline.c | 49 mvwvline(WINDOW *win, int y, int x, chtype c, int n) in mvwvline() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 132 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline() function
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 115 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline() function
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 948 #define mvwvline(w, y, x, ch, n) \ macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 978 #define mvwvline(w,y,x,ch,n) (wmove(w,y,x)?ERR:wvline(w,ch,n)) macro
|