Searched refs:wgetnstr (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_scanw.c | 50 if (wgetnstr(win, buf, (int) sizeof(buf) - 1) == ERR) in NCURSES_EXPORT()
|
| HD | lib_getstr.c | 217 wgetnstr(WINDOW *win, char *str, int maxlen) in wgetnstr() function
|
| HD | lib_getch.c | 383 rc = wgetnstr(win, buf, MAXCOLUMNS); in recur_wgetnstr()
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses.def | 418 "wgetnstr" @313 NONAME
|
| HD | ncurses.ref | 334 "wgetnstr" @313 NONAME ; implemented
|
| /NextBSD/contrib/ncurses/ |
| HD | README | 172 toe(1), most of tic(1), trace levels, the HTML intro, wgetnstr() and
|
| HD | NEWS | 432 check if the call to wgetnstr() returned an error. This can happen 727 received, but ERR returned from wgetch or wgetnstr because the screen 2667 window's actual screen when calling wrefresh() and wgetnstr(). That 3754 + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs. Use 5081 + prevent recursion in wgetch() via wgetnstr() if the connection cannot 5285 + modify lib_getch.c to avoid recursion via wgetnstr() when the input 11011 * added wgetnstr() and modified things accordingly.
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 820 extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int); /* implemented */ 1118 #define wgetstr(w, s) wgetnstr(w, s, -1) 1119 #define getnstr(s, n) wgetnstr(stdscr, s, (n)) 1253 #define mvwgetnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR : wgetnstr((win),(str),(n)))
|
| /NextBSD/lib/ncurses/ncurses/ |
| HD | Makefile | 688 curs_getstr.3 wgetnstr.3 \
|
| /NextBSD/contrib/gcc/ |
| HD | sys-protos.h | 1255 extern int wgetnstr(WINDOW *, char *, int);
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-lncurses | 1293 #undef wgetnstr 1294 int wgetnstr(
|
| HD | curses.priv.h | 2067 #define wgetnstr_events(win, str, maxlen, evl) wgetnstr(win, str, maxlen)
|
| HD | llib-lncursest | 1310 #undef wgetnstr 1311 int wgetnstr(
|
| HD | llib-lncursesw | 1809 #undef wgetnstr 1810 int wgetnstr(
|
| HD | llib-lncursestw | 1818 #undef wgetnstr 1819 int wgetnstr(
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | hackguide.doc | 371 With the single exception of character echoes during a wgetnstr() call
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/slave/ |
| HD | curses_commands.c | 5123 report_return(wgetnstr(win, string, count)); in cmd_wgetnstr()
|