Searched defs:mvaddstr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libcurses/
H A Daddnstr.c90 mvaddstr(int y, int x, const char *str) function
H A Dcurses.h486 #define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s) macro
/netbsd-current/games/warp/
H A Dterm.h42 #define mvaddstr(y,x,s) (move((y),(x),0), tmpstr = (s), \ macro

Completed in 121 milliseconds