/src/lib/libcurses/ |
addnstr.c | 86 * mvaddstr -- 90 mvaddstr(int y, int x, const char *str) function in typeref:typename:int
|
curses.h | 486 #define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s) macro 592 int mvaddstr(int, int, const char *);
|
/src/games/warp/ |
term.h | 42 #define mvaddstr(y,x,s) (move((y),(x),0), tmpstr = (s), \ macro
|