Searched refs:winchstr (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 860 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *); /* generated */ 1248 #define winchstr(w, s) winchnstr(w, s, -1) macro 1295 #define inchstr(s) winchstr(stdscr,(s)) 1330 #define mvwinchstr(win,y,x,s) (wmove((win),(y),(x)) == ERR ? ERR : winchstr((win),(s)))
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | sys-protos.h | 1260 extern int winchstr(WINDOW *, chtype *);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 1260 extern int winchstr(WINDOW *, chtype *);
|