Home
last modified time | relevance | path

Searched refs:mvaddnstr (Results 1 – 2 of 2) sorted by relevance

/openbsd/distrib/special/more/
H A Dcurses.h170 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro
/openbsd/lib/libcurses/
H A Dcurses.h696 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