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

  /src/lib/libcurses/
addch.c 59 * mvaddch --
63 mvaddch(int y, int x, chtype ch) function in typeref:typename:int
curses.h 482 #define mvaddch(y, x, ch) mvwaddch(stdscr, y, x, ch) macro
588 int mvaddch(int, int, chtype);
  /src/games/warp/
term.h 35 #define setimage(of,to) (mvaddch(of->posy+1,of->posx*2,of->image=(to)))
37 #define mvaddch(y,x,ch) move((y),(x),(ch)) macro

Completed in 14 milliseconds