Home
last modified time | relevance | path

Searched refs:last_x (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/dialog/
HDmixedgauge.c118 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()
HDutil.c948 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()