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

  /src/lib/libcurses/
scanw.c 60 ret = vw_scanw(stdscr, fmt, ap);
78 ret = vw_scanw(win, fmt, ap);
96 ret = vw_scanw(stdscr, fmt, ap);
110 ret = vw_scanw(win, fmt, ap);
119 vw_scanw(WINDOW *win, const char *fmt, va_list ap) function in typeref:typename:int
137 __strong_alias(vwscanw, vw_scanw)
scanw.c 60 ret = vw_scanw(stdscr, fmt, ap);
78 ret = vw_scanw(win, fmt, ap);
96 ret = vw_scanw(stdscr, fmt, ap);
110 ret = vw_scanw(win, fmt, ap);
119 vw_scanw(WINDOW *win, const char *fmt, va_list ap) function in typeref:typename:int
137 __strong_alias(vwscanw, vw_scanw)

Completed in 23 milliseconds