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

  /src/lib/libcurses/
addchnstr.c 76 * mvaddchstr --
80 mvaddchstr(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) macro
590 int mvaddchstr(int, int, const chtype *);

Completed in 13 milliseconds