Home
last modified time | relevance | path

Searched refs:wsyncup (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c86 wsyncup(win); /* Tell the parent(s) */ in NCURSES_EXPORT()
95 wsyncup(win); in NCURSES_EXPORT()
H A Dlib_window.c52 wsyncup(win); in NCURSES_EXPORT()
71 wsyncup(win); in mvderwin()
95 wsyncup(WINDOW *win) in wsyncup() function
/freebsd/contrib/dialog/
H A Dinputbox.c161 wsyncup(editor); in dialog_inputbox()
181 wsyncup(editor); in dialog_inputbox()
208 wsyncup(editor); in dialog_inputbox()
H A Ddialog.h261 #undef wsyncup
262 #define wsyncup(win) /* nothing */ macro
H A Dconfigure.in249 wsyncup \
H A Dformbox.c656 wsyncup(form); in dlg_form()
H A Dconfigure24323 wsyncup \
/freebsd/contrib/ncurses/menu/
H A Dm_cursor.c106 wsyncup(sub); in pos_menu_cursor()
H A Dm_post.c369 wsyncup(win); in unpost_menu()
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c981 wsyncup(formwin); in _nc_Refresh_Current_Field()
989 wsyncup(form->w); in _nc_Refresh_Current_Field()
1177 wsyncup(win); in Display_Or_Erase_Field()
1316 wsyncup(formwin); in _nc_Synchronize_Attributes()
1472 wsyncup(Get_Form_Window(form)); in _nc_Unset_Current_Field()
1476 wsyncup(form->w); in _nc_Unset_Current_Field()
1556 wsyncup(form->w); in _nc_Set_Current_Field()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def444 "wsyncup" @350 NONAME
H A Dncurses.ref371 "wsyncup" @350 NONAME ; implemented
/freebsd/lib/ncurses/tinfo/
H A DMakefile946 curs_window.3 wsyncup.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest2447 #undef wsyncup
2448 void wsyncup(
H A Dllib-lncurses2438 #undef wsyncup
2439 void wsyncup(
H A Dllib-lncursestw3039 #undef wsyncup
3040 void wsyncup(
H A Dllib-lncursesw3030 #undef wsyncup
3031 void wsyncup(
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in893 extern NCURSES_EXPORT(void) wsyncup (WINDOW *); /* implemented */
/freebsd/contrib/ncurses/
H A DNEWS15118 + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
15147 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
15296 * wsyncup/wsyncdown functions are reliable now; subwindow code in general