Searched refs:vwscanw (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/lib/libocurses/ |
| D | scanw.c | 53 ret = vwscanw(stdscr, fmt, ap); in scanw() 69 ret = vwscanw(win, fmt, ap); in wscanw() 88 ret = vwscanw(stdscr, fmt, ap); in mvscanw() 103 ret = vwscanw(win, fmt, ap); in mvwscanw() 113 vwscanw(win, fmt, ap) in vwscanw() function
|
| D | curses.h | 271 int vwscanw(WINDOW *, const char *, _BSD_VA_LIST_);
|
| /mirbsd/src/lib/libncurses/src/ncurses/base/ |
| D | lib_scanw.c | 46 vwscanw(WINDOW *win, NCURSES_CONST char *fmt, va_list argp) in NCURSES_EXPORT() 65 code = vwscanw(stdscr, fmt, ap); in scanw() 79 code = vwscanw(win, fmt, ap); in wscanw() 91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR; in mvscanw() 103 code = (wmove(win, y, x) == OK) ? vwscanw(win, fmt, ap) : ERR; in mvwscanw()
|
| /mirbsd/src/lib/libncurses/src/ |
| D | TO-DO | 54 a native vsscanf(3) in its library, vwscanw() will not work. You lose. (It
|
| D | NEWS | 5465 + modify vwscanw() to avoid potential buffer overflow.
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.head | 758 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list) /* implemented */ 1045 * XSI curses deprecates SVr4 vwprintw/vwscanw, which are supposed to use 1047 * use POSIX stdarg.h. The ncurses versions of vwprintw/vwscanw already 1051 #define vw_scanw vwscanw
|
| D | curses.h.in | 753 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, NCURSES_CONST char *,va_list); /* implemented */ 1038 * XSI curses deprecates SVr4 vwprintw/vwscanw, which are supposed to use 1040 * use POSIX stdarg.h. The ncurses versions of vwprintw/vwscanw already 1044 #define vw_scanw vwscanw
|
| /mirbsd/src/lib/libncurses/ |
| D | Makefile | 381 MLINKS+= curs_scanw.3 vwscanw.3
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 5583 ./man3/vwscanw.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 7361 ./usr/share/man/cat3/vwscanw.0
|