Home
last modified time | relevance | path

Searched refs:winchstr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcurses/
Dcurses.h860 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/
Dsys-protos.h1260 extern int winchstr(WINDOW *, chtype *);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h1260 extern int winchstr(WINDOW *, chtype *);