Home
last modified time | relevance | path

Searched refs:vw_scanw (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_scanw.c64 vw_scanw(WINDOW *win, const char *fmt, va_list argp) in vw_scanw() function
87 code = vw_scanw(stdscr, fmt, ap); in scanw()
101 code = vw_scanw(win, fmt, ap); in wscanw()
113 code = (move(y, x) == OK) ? vw_scanw(stdscr, fmt, ap) : ERR; in mvscanw()
125 code = (wmove(win, y, x) == OK) ? vw_scanw(win, fmt, ap) : ERR; in mvwscanw()
/openbsd/lib/libcurses/
H A Dcurses.h825 extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *, va_list) GCC_DEPRECATED(use vw_scanw) /…
827 extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *, va_list) /* implemented */