Home
last modified time | relevance | path

Searched refs:save_y (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/widechar/
HDlib_add_wch.c163 int save_y = win->_cury; in fill_cells() local
170 win->_cury = (NCURSES_SIZE_T) save_y; in fill_cells()
/NextBSD/contrib/dialog/
HDcalendar.c220 int save_y = 0, save_x = 0; in draw_day() local
265 save_y = y; in draw_day()
278 wmove(data->window, save_y, save_x); in draw_day()
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_addch.c167 int save_y = win->_cury; in fill_cells() local
174 win->_cury = (NCURSES_SIZE_T) save_y; in fill_cells()
/NextBSD/contrib/gcc/doc/
HDinvoke.texi2534 int save_y;
2535 if (change_y) save_y = y, y = new_y;
2537 if (change_y) y = save_y;
2542 This has no bug because @code{save_y} is used only if it is set.