Searched refs:wgetstr (Results 1 – 4 of 4) sorted by relevance
/openbsd/distrib/special/more/ |
H A D | curses.h | 156 #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 D | curses.h | 856 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 D | sys-protos.h | 1256 extern int wgetstr(WINDOW *, char *);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 1256 extern int wgetstr(WINDOW *, char *);
|