HomeSort by: relevance | last modified time | path
    Searched refs:winstr (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libcurses/
instr.c 57 return winstr(stdscr, str);
98 return winstr(win, str);
113 * winstr, winnstr --
117 __warn_references(winstr,
118 "warning: this program uses winstr(), which is unsafe.")
120 winstr(WINDOW *win, char *str)
curses.h 467 #define instr(s) winstr(stdscr, s)
528 (wmove(w, y, x) == ERR ? ERR : winstr(w, s))
814 int winstr(WINDOW *, char *);
Makefile 202 curses_inch.3 winstr.3 curses_cursor.3 wmove.3 \
  /src/tests/lib/libcurses/slave/
curses_commands.c 3241 report_return(winstr(win, string));

Completed in 15 milliseconds