Searched defs:mvaddstr (Results 1 - 3 of 3) sorted by relevance
| /src/lib/libcurses/ |
| H A D | addnstr.c | 90 mvaddstr(int y, int x, const char *str) function in typeref:typename:int
|
| H A D | curses.h | 486 #define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s) macro
|
| /src/games/warp/ |
| H A D | term.h | 42 #define mvaddstr(y,x,s) (move((y),(x),0), tmpstr = (s), \ macro
|
Completed in 4 milliseconds