Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A D_mvvline.c49 mvvline(int y, int x, chtype c, int n) in mvvline() function
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c102 mvvline(int y, int x, chtype v, int n) in mvvline() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c115 mvvline(int y, int x, chtype v, int n) in mvvline() function
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h942 #define mvvline(y, x, ch, n) \ macro
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h976 #define mvvline(y,x,ch,n) (move(y,x)?ERR:vline(ch,n)) macro