Home
last modified time | relevance | path

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

/original-bsd/lib/libcurses/
H A Dgetstr.c19 wgetstr(win, str) in wgetstr() function
H A Dscanw.c147 return (wgetstr(win, buf) == OK ?
H A Dcurses.h154 #define getstr(s) wgetstr(stdscr, s)
188 (wmove(w, y, x) == ERR ? ERR : wgetstr(w, s))
258 int wgetstr __P((WINDOW *, char *));
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dcurses.h61 int (wgetstr)(WINDOW*, char*); variable
/original-bsd/contrib/libg++-2.3/libg++/src/
H A DCursesW.cc56 int result = wgetstr(w, buf); in scanw()
90 result = wgetstr(w, buf); in mvscanw()
H A DCursesW.h432 return ::wgetstr(w, str); in getstr()
478 return (::wmove(w, y, x)==ERR) ? ERR : ::wgetstr(w, str); in mvgetstr()
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lcurses141 wgetstr(win,str) WINDOW *win; char *str; { return 0; }