Home
last modified time | relevance | path

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

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