Searched defs:mvwhline (Results 1 – 5 of 5) sorted by relevance
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | _mvwhline.c | 49 mvwhline(WINDOW *win, int y, int x, chtype c, int n) in mvwhline() function
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
|
/titanic_51/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 945 #define mvwhline(w, y, x, ch, n) \ macro
|
/titanic_51/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro
|