Searched refs:last_y (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dmixedgauge.c118 int last_y = 0, last_x = 0; local
125 getyx(win, last_y, last_x);
182 wmove(win, last_y, last_x);
H A Dutil.c980 int last_y = 0, last_x = 0; local
992 getyx(win, last_y, last_x);
1011 getyx(win, last_y, last_x);
1022 (void) wmove(win, last_y, last_x);

Completed in 107 milliseconds