Searched +refs:bs +refs:refresh (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h108 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
109 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
584 #ifdef refresh
585 inline int UNDEF(refresh)() { return refresh(); } function
586 #undef refresh macro
587 #define refresh UNDEF(refresh) macro
1010 // Put attributed character to the window and refresh it immediately.
1186 // Set/Reset the clear flag. If set, the next refresh() wil
1305 virtual int refresh() { return ::wrefresh(w); } function in class:NCursesWindow
1489 int refresh(int pminrow, int pmincol, function in class:NCursesPad
[all...]
/macosx-10.10/ncurses-44/ncurses/include/
H A Dcurses.h.in306 #define _HASMOVED 0x20 /* has cursor moved since last refresh? */
681 extern NCURSES_EXPORT(int) refresh (void); /* generated */
987 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1048 #define refresh() wrefresh(stdscr)
H A Dcurses.head306 #define _HASMOVED 0x20 /* has cursor moved since last refresh? */
681 extern NCURSES_EXPORT(int) refresh (void); /* generated */
987 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
1048 #define refresh() wrefresh(stdscr)
H A DCaps.osf1r5666 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
818 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
H A DCaps.uwin475 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
634 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
H A DCaps507 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
808 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
H A DCaps.aix4662 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
910 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
H A DCaps.hpux11568 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
822 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
H A DCaps.keys509 key_refresh krfr str &2 KEY_REFRESH 0565 ----- refresh key
898 backspaces_with_bs OTbs bool bs - - YBCGE uses ^H to move left
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncursesw178 chtype bs,
897 #undef refresh
898 int refresh(void)
2597 const cchar_t *bs,
H A Dllib-lncurses141 chtype bs,
860 #undef refresh
861 int refresh(void)
H A Dllib-lncursest141 chtype bs,
863 #undef refresh
864 int refresh(void)
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim159 call append(6, '" Hit <Space> on a "set" line to refresh it.')
745 call append("$", " \tset bs=" . &bs)

Completed in 405 milliseconds