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

  /src/lib/libcurses/
addchnstr.c 96 * mvaddchnstr --
101 mvaddchnstr(int y, int x, const chtype *chstr, int n) function in typeref:typename:int
curses.h 483 #define mvaddchnstr(y, x, s, n) mvwaddchnstr(stdscr, y, x, s, n) macro
589 int mvaddchnstr(int, int, const chtype *, int);

Completed in 17 milliseconds