Searched refs:last_x (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mixedgauge.c | 117 int last_y = 0, last_x = 0; in myprint_status() local 123 getyx(win, last_y, last_x); in myprint_status() 183 wmove(win, last_y, last_x); in myprint_status()
|
H A D | util.c | 1051 int last_y = 0, last_x = 0; in justify_text() local 1063 getyx(win, last_y, last_x); in justify_text() 1082 getyx(win, last_y, last_x); in justify_text() 1093 (void) wmove(win, last_y, last_x); in justify_text()
|