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

  /src/lib/libcurses/
addchnstr.c 86 * mvwaddchstr --
90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr) function in typeref:typename:int
curses.h 484 #define mvaddchstr(y, x, s) mvwaddchstr(stdscr, y, x, s)
503 #define mvwaddchstr(w, y, x, s) \ macro
607 int mvwaddchstr(WINDOW *, int, int, const chtype *);

Completed in 13 milliseconds