Searched defs:hline_set (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | hln_st.c | 46 #undef hline_set macro 49 hline_set(const cchar_t *h, int n) function 54 __m_trace("hline_set(%p, %d)", h, n); 59 return __m_return_code("hline_set", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | hln_st.c | 49 #undef hline_set macro 52 hline_set(const cchar_t *h, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 433 extern int hline_set(const cchar_t *, int); 951 #define hline_set(cp, n) whline_set(stdscr, cp, n) macro 954 (move(y, x) ? (cp, n, ERR) : hline_set(cp, n))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 630 extern int hline_set(const cchar_t *, int); 980 #define hline_set(cp,n) whline_set(stdscr,cp,n) macro 982 #define mvhline_set(y,x,cp,n) (move(y,x)?ERR:hline_set(cp,n))
|
Completed in 130 milliseconds