Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A D_mvhline.c49 mvhline(int y, int x, chtype c, int n) in mvhline() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c65 mvhline(int y, int x, chtype h, int n) in mvhline() function
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c64 mvhline(int y, int x, chtype h, int n) in mvhline() function
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h939 #define mvhline(y, x, ch, n) \ macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h975 #define mvhline(y,x,ch,n) (move(y,x)?ERR:hline(ch,n)) macro