HomeSort by: relevance | last modified time | path
    Searched defs:mvaddstr (Results 1 - 3 of 3) sorted by relevancy

  /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

Completed in 14 milliseconds