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

  /src/lib/libcurses/
addnstr.c 95 return mvwaddnstr(stdscr, y, x, str, -1);
105 __CTRACE(__CTRACE_INPUT, "mvwaddnstr: win: %p, y: %d, x: %d, string: %s\n",
108 return mvwaddnstr(win, y, x, str, -1);
122 return mvwaddnstr(stdscr, y, x, str, count);
126 * mvwaddnstr --
131 mvwaddnstr(WINDOW *win, int y, int x, const char *str, int count) function in typeref:typename:int
133 __CTRACE(__CTRACE_INPUT, "mvwaddnstr: win: %p, n: %d, y: %d, x: %d, string: %s\n",
curses.h 485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n)
505 #define mvwaddnstr(w, y, x, s, n) \ macro
608 int mvwaddnstr(WINDOW *, int, int, const char *, int);

Completed in 42 milliseconds