Home | History | Annotate | Download | only in include

Lines Matching refs:mvhline

616 extern NCURSES_EXPORT(int) mvhline (int, int, chtype, int);		/* generated */
1085 #define mvhline(y,x,c,n) mvwhline(stdscr,y,x,c,n)