Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libcurses/screen/
H A D_mvwhline.c49 mvwhline(WINDOW *win, int y, int x, chtype c, int n) in mvwhline() function
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() function
/titanic_51/usr/src/lib/libxcurses2/h/
H A Dcurses.h945 #define mvwhline(w, y, x, ch, n) \ macro
/titanic_51/usr/src/lib/libxcurses/h/
H A Dcurses.h977 #define mvwhline(w,y,x,ch,n) (wmove(w,y,x)?ERR:whline(w,ch,n)) macro