Home
last modified time | relevance | path

Searched refs:gotoxy (Results 1 – 16 of 16) sorted by relevance

/external/syslinux/com32/cmenu/libmenu/
Dtui.c68 gotoxy(row, col); in getuserinput()
192 gotoxy(row, col); in getuserinput()
196 gotoxy(row, col + (p - str)); in getuserinput()
218 gotoxy(top, left); in drawbox()
223 gotoxy(bot, left); in drawbox()
229 gotoxy(x, left); in drawbox()
231 gotoxy(x, right); in drawbox()
248 gotoxy(top, start); in drawhorizline()
252 gotoxy(top, left); in drawhorizline()
254 gotoxy(top, right); in drawhorizline()
Dhelp.c70 gotoxy(HELP_BODY_ROW + i, HELP_LEFT_MARGIN); in printtext()
73 gotoxy(HELP_BODY_ROW + i, nc - 1); in printtext()
77 gotoxy(HELP_BODY_ROW + i, HELP_LEFT_MARGIN); in printtext()
138 gotoxy(1, (nc - strlen(title)) / 2); in showhelp()
143 gotoxy(HELP_BODY_ROW - 1, nc - HELP_RIGHT_MARGIN); in showhelp()
148 gotoxy(nr - HELP_BOTTOM_MARGIN - 1, nc - HELP_RIGHT_MARGIN); in showhelp()
188 gotoxy(HELP_BODY_ROW, HELP_LEFT_MARGIN); in showhelp()
Dmenu.c126 gotoxy(ms->minrow, ms->mincol); in reset_ui()
128 gotoxy(ms->minrow, ms->mincol + tpos); in reset_ui()
259 gotoxy(top + row, left - 2); in print_line()
263 gotoxy(top + row, left - 2); in print_line()
267 gotoxy(top + row, left); in print_line()
271 gotoxy(top + row, left + menuwidth - 1); in print_line()
295 gotoxy(top - 1, left + x); in printmenu()
316 gotoxy(top, left + menuwidth); in printmenu()
323 gotoxy(top + numitems - 1, left + menuwidth); in printmenu()
329 gotoxy(top + x, left + menuwidth); in printmenu()
[all …]
/external/syslinux/com32/cmenu/
Dcomplex.c87 gotoxy(EDITPROMPT, 1); in keys_handler()
90 gotoxy(EDITPROMPT, 1); in keys_handler()
111 gotoxy(PWDPROMPT, 1); in login_handler()
114 gotoxy(PWDPROMPT, 1); in login_handler()
118 gotoxy(PWDPROMPT, 1); in login_handler()
157 gotoxy(PWDLINE, PWDCOLUMN); in msys_handler()
160 gotoxy(PWDLINE, PWDCOLUMN + 6); in msys_handler()
165 gotoxy(INFLINE, 0); in msys_handler()
168 gotoxy(INFLINE + 1, 0); in msys_handler()
188 gotoxy(INFLINE, 0); in msys_handler()
[all …]
Dadv_menu.tpl216 gotoxy(EDIT_ROW,1);
219 gotoxy(EDIT_ROW,1);
244 gotoxy(PWD_ROW,1);
247 gotoxy(PWD_ROW,1);
251 gotoxy(PWD_ROW,1);
/external/syslinux/efi32/com32/cmenu/
Dtest.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
Dtest2.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
/external/syslinux/bios/com32/cmenu/
Dtest.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
Dtest2.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
/external/syslinux/efi64/com32/cmenu/
Dtest.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
Dtest2.c196 gotoxy(EDIT_ROW,1); in keys_handler()
199 gotoxy(EDIT_ROW,1); in keys_handler()
224 gotoxy(PWD_ROW,1); in login_handler()
227 gotoxy(PWD_ROW,1); in login_handler()
231 gotoxy(PWD_ROW,1); in login_handler()
/external/syslinux/com32/include/
Dlibansi.h98 static inline void gotoxy(const char row, const char col) in gotoxy() function
/external/syslinux/com32/hdt/
Dhdt-menu.c119 gotoxy(EDITPROMPT, 1); in keys_handler()
122 gotoxy(EDITPROMPT, 1); in keys_handler()
Dhdt-common.c647 gotoxy(0,0); in clear_screen()
/external/syslinux/com32/lib/sys/
Dlibansi.c242 gotoxy(x, left); in clearwindow()
/external/jline/src/src/main/java/jline/
DANSIBuffer.java224 public static String gotoxy(final int row, final int column) { in gotoxy() method in ANSIBuffer.ANSICodes