Searched refs:cur_y (Results 1 - 3 of 3) sorted by relevance

/u-boot/scripts/kconfig/lxdialog/
H A Dtextbox.c27 int cur_y, int cur_x, update_text_fn update_text,
32 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
47 int i, x, y, cur_x, cur_y, key = 0; local
121 getyx(dialog, cur_y, cur_x); /* Save cursor position */
125 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text,
145 cur_y, cur_x, update_text,
156 refresh_text_box(dialog, box, boxh, boxw, cur_y,
166 refresh_text_box(dialog, box, boxh, boxw, cur_y,
176 refresh_text_box(dialog, box, boxh, boxw, cur_y,
186 refresh_text_box(dialog, box, boxh, boxw, cur_y,
26 refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, int cur_y, int cur_x, update_text_fn update_text, void *data) argument
[all...]
H A Dmenubox.c101 int cur_y, cur_x; local
103 getyx(win, cur_y, cur_x);
135 wmove(win, cur_y, cur_x);
H A Dutil.c371 int newl, cur_x, cur_y; local
384 cur_y = y;
405 cur_y++;
408 wmove(win, cur_y, cur_x);
410 getyx(win, cur_y, cur_x);
414 cur_y++;

Completed in 52 milliseconds