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

  /src/lib/libcurses/
inchstr.c 85 return mvwinchnstr(stdscr, y, x, chstr, n);
89 * mvwinchstr, mvwinchnstr --
105 mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n) function in typeref:typename:int
curses.h 492 #define mvinchnstr(y, x, c, n) mvwinchnstr(stdscr, y, x, c, n)
519 #define mvwinchnstr(w, y, x, c, n) \ macro
715 int mvwinchnstr(WINDOW *, int, int, chtype *, int);

Completed in 12 milliseconds