Home | History | Annotate | Download | only in include

Lines Matching refs:mvvline

661 extern NCURSES_EXPORT(int) mvvline (int, int, chtype, int);		/* generated */
1253 #define mvvline(y,x,c,n) mvwvline(stdscr,y,x,c,n)