Searched defs:mvaddnstr (Results 1 - 2 of 2) sorted by relevance

/src/lib/libcurses/
H A Daddnstr.c117 mvaddnstr(int y, int x, const char *str, int count) function in typeref:typename:int
H A Dcurses.h485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro

Completed in 5 milliseconds