Home
last modified time | relevance | path

Searched full:scanw (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ncurses/man/
H A Dcurs_scanw.3x48 \fB\%scanw\fP,
59 \fBint scanw(const char *\fIfmt\fP, ...);
70 \fB\%scanw\fP,
193 .\" libcurses/scanw.c
202 .I \%scanw
232 .I \%scanw
274 .IR \%scanw ","
H A Dcurs_threads.3x453 scanw screen
H A Dman_db.renames.in82 curs_scanw.3x scanw.3ncurses
H A Dncurses.3x921 scanw/\fBcurs_scanw\fP(3X)
2285 .I \%scanw
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_scanw.c38 ** The routines scanw(), wscanw() and friends.
77 scanw(const char *fmt, ...) in scanw() function
82 T(("scanw(\"%s\",...) called", fmt)); in scanw()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def326 "scanw" @226 NONAME
H A Dncurses.ref247 "scanw" @226 NONAME ; implemented
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommand_table.h220 {"scanw", cmd_scanw},
H A Dcurses_commands.c4086 report_return(scanw("%s", string)); in cmd_scanw()
/freebsd/lib/ncurses/tinfo/
H A DMakefile1030 curs_scanw.3 scanw.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1896 #undef scanw
1897 int scanw(
H A Dllib-lncursest1905 #undef scanw
1906 int scanw(
H A Dllib-lncursesw2483 #undef scanw
2484 int scanw(
H A Dllib-lncursestw2492 #undef scanw
2493 int scanw(
H A Dcurses.priv.h2328 * Not everyone has vsscanf(), but we'd like to use it for scanw().
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y153 "mvgetstr", "mvscanw", "mvwscanw", "scanw", "wgetch", "wgetnstr",
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in790 extern NCURSES_EXPORT(int) scanw (const char *,...) /* implemented */
/freebsd/contrib/ncurses/
H A DNEWS8244 the c++ binding for scanw() methods (prompted by report by Nuno Dias).
11187 + implement a simple example in C++ demo to test scanw().
11188 + corrected stdio function used to implement scanw() in cursesw.cc
14274 scanw is done.
16089 * scanw() et all were sick, now fixed.