Home
last modified time | relevance | path

Searched refs:wgetstr (Results 1 – 4 of 4) sorted by relevance

/openbsd/distrib/special/more/
H A Dcurses.h156 #define getstr(s) wgetstr(stdscr, s)
190 (wmove(w, y, x) == ERR ? ERR : wgetstr(w, s))
261 int wgetstr(WINDOW *, char *);
/openbsd/lib/libcurses/
H A Dcurses.h856 extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *); /* generated */
1186 #define wgetstr(w, s) wgetnstr(w, s, -1) macro
1292 #define getstr(str) wgetstr(stdscr,(str))
1326 #define mvwgetstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : wgetstr((win),(str)))
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1256 extern int wgetstr(WINDOW *, char *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1256 extern int wgetstr(WINDOW *, char *);