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

  /src/lib/libcurses/
inchstr.c 69 * mvinchstr, mvinchnstr --
82 mvinchnstr(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) macro
598 int mvinchnstr(int, int, chtype *, int);

Completed in 24 milliseconds