Searched refs:last_y (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/dialog/ |
| H A D | mixedgauge.c | 118 int last_y = 0, last_x = 0; in myprint_status() local 125 getyx(win, last_y, last_x); in myprint_status() 182 wmove(win, last_y, last_x); in myprint_status()
|
| H A D | util.c | 980 int last_y = 0, last_x = 0; in justify_text() local 992 getyx(win, last_y, last_x); in justify_text() 1011 getyx(win, last_y, last_x); in justify_text() 1022 (void) wmove(win, last_y, last_x); in justify_text()
|