Searched refs:mvaddnstr (Results 1 – 2 of 2) sorted by relevance
/openbsd/distrib/special/more/ |
H A D | curses.h | 170 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro
|
/openbsd/lib/libcurses/ |
H A D | curses.h | 696 extern NCURSES_EXPORT(int) mvaddnstr (int, int, const char *, int); /* generated */ 1341 #define mvaddnstr(y,x,str,n) mvwaddnstr(stdscr,(y),(x),(str),(n)) macro
|