Searched refs:mvwgetstr (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYGCurses.h | 100 #define mvwgetstr(win,y,x,str) (wmove(win,y,x)==ERR)?ERR:wgetstr(win,str) macro 109 #define mvgetstr(y,x,str) mvwgetstr (stdscr, y, x, str)
|
| /mirbsd/src/lib/libocurses/ |
| D | curses.h | 194 #define mvgetstr(y, x, s) mvwgetstr(stdscr, y, x, s) 209 #define mvwgetstr(w, y, x, s) \ macro
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.head | 657 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ 989 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) 1010 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
|
| D | curses.h.in | 654 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *); /* generated */ 982 #define mvwgetstr(win,y,x,str) (wmove(win,y,x) == ERR ? ERR : wgetstr(win,str)) macro 1003 #define mvgetstr(y,x,str) mvwgetstr(stdscr,y,x,str)
|
| /mirbsd/src/lib/libncurses/ |
| D | Makefile | 231 MLINKS+= curs_getstr.3 mvwgetstr.3
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 4776 ./man3/mvwgetstr.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 6564 ./usr/share/man/cat3/mvwgetstr.0
|