Home
last modified time | relevance | path

Searched defs:mvwhline (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwhline.c47 mvwhline(WINDOW *win, int y, int x, chtype c, int n) in mvwhline() function
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h975 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c80 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h943 #define mvwhline(w, y, x, ch, n) \ macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c75 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function