Searched refs:last_x (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | mixedgauge.c | 118 int last_y = 0, last_x = 0; in myprint_status() local 125 getyx(win, last_y, last_x); in myprint_status() 180 wmove(win, last_y, last_x); in myprint_status()
|
| HD | util.c | 948 int last_y = 0, last_x = 0; in justify_text() local 958 getyx(win, last_y, last_x); in justify_text() 977 getyx(win, last_y, last_x); in justify_text() 988 (void) wmove(win, last_y, last_x); in justify_text()
|