Searched defs:mvhline (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _mvhline.c | 49 mvhline(int y, int x, chtype c, int n) in mvhline() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln.c | 65 mvhline(int y, int x, chtype h, int n) in mvhline() function
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln.c | 64 mvhline(int y, int x, chtype h, int n) in mvhline() function
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 939 #define mvhline(y, x, ch, n) \ macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 975 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n)) macro
|