Searched defs:mvhline_set (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln_st.c | 64 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln_st.c | 65 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() function
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 953 #define mvhline_set(y, x, cp, n) \ macro
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 982 #define mvhline_set(y,x,cp,n) (move(y,x)?ERR:hline_set(cp,n)) macro
|