Searched refs:mvaddchstr (Results 1 – 1 of 1) sorted by relevance
695 extern NCURSES_EXPORT(int) mvaddchstr (int, int, const chtype *); /* generated */1340 #define mvaddchstr(y,x,str) mvwaddchstr(stdscr,(y),(x),(str)) macro