Home
last modified time | relevance | path

Searched defs:mvwhline_set (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln_st.c80 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln_st.c75 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h957 #define mvwhline_set(w, y, x, cp, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h982 #define mvwhline_set(w,y,x,cp,n) (wmove(w,y,x)?ERR:whline_set(w,cp,n)) macro