Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmixedgauge.c117 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 Dutil.c1051 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()