Searched defs:mvwhline (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwhline.c49 mvwhline(WINDOW *win, int y, int x, chtype c, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c79 #undef mvwhline macro
82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) function
87 __m_trace("mvwhline(%p, %d, %d, %ld, %d)", w, y, x, h, n);
93 return __m_return_code("mvwhline", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c74 #undef mvwhline macro
77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h531 extern int mvwhline(WINDOW *, int, int, chtype, int);
945 #define mvwhline(w, y, x, ch, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h637 extern int mvwhline(WINDOW *, int, int, chtype, int);
977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile243 mvwhline.3xcurses \
584 mvwhline.3xcurses := LINKSRC = hline.3xcurses

Completed in 62 milliseconds