Home
last modified time | relevance | path

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

12345678910>>...16

/dports/archivers/arj/arj-3.10.22/
H A Darjdisp.c54 gotoxy(2, 2); in show_init_scrn()
62 gotoxy(10, 5); in show_init_scrn()
64 gotoxy(10, 6); in show_init_scrn()
66 gotoxy(10, 7); in show_init_scrn()
68 gotoxy(16, 10); in show_init_scrn()
78 gotoxy(16, 20); in show_init_scrn()
81 gotoxy(1, 24); in show_init_scrn()
96 gotoxy(2, 2); in show_proc_scrn()
165 gotoxy(2, 2); in show_ending_scrn()
173 gotoxy(10, 5); in show_ending_scrn()
[all …]
H A Dansi.c88 gotoxy(wherex(), wherey()-pad_buf[1]); in process_ansi_cmd()
92 gotoxy(wherex(), wherey()+pad_buf[1]); in process_ansi_cmd()
96 gotoxy(wherex()+pad_buf[1], wherey()); in process_ansi_cmd()
100 gotoxy(wherex()-pad_buf[1], wherey()); in process_ansi_cmd()
105 gotoxy(pad_buf[2], pad_buf[1]); in process_ansi_cmd()
225 gotoxy((int)ansi_saved_x, (int)ansi_saved_y); in process_ansi_cmd()
/dports/emulators/teo/teo/src/dos/
H A Dddebug.c117 gotoxy(1,1); in DisplayRegs()
120 gotoxy(1,11); in DisplayRegs()
123 gotoxy(1,16); in DisplayRegs()
126 gotoxy(1,20); in DisplayRegs()
141 gotoxy(2,2); in DisplayRegs()
143 gotoxy(2,3); in DisplayRegs()
145 gotoxy(2,4); in DisplayRegs()
147 gotoxy(2,5); in DisplayRegs()
149 gotoxy(2,6); in DisplayRegs()
160 gotoxy(2,8); in DisplayRegs()
[all …]
H A Ddmemmng.c129 gotoxy(pos_x,pos_y); in ReadFileName()
141 gotoxy(pos_x,pos_y); in ReadAddress()
154 gotoxy(pos_x,pos_y); in ReadByte()
169 gotoxy(left,i); in DeleteBox()
279 gotoxy(DASM_POS_X,50); in UpdateDasmAndDump()
346 gotoxy(DIALOG_POS_X,DIALOG_POS_Y+3); in LoadMemory()
429 gotoxy(DIALOG_POS_X,DIALOG_POS_Y+7); in SaveMemory()
472 gotoxy(DUMP_POS_X-2,DUMP_POS_Y); in MemoryManager()
474 gotoxy(DASM_POS_X-2,DASM_POS_Y); in MemoryManager()
480 gotoxy(1,2); in MemoryManager()
[all …]
/dports/archivers/arj/debian/patches/
H A Dsecurity_format.patch190 gotoxy(2, 2);
202 gotoxy(10, 5);
205 gotoxy(10, 6);
208 gotoxy(10, 7);
226 gotoxy(1, 24);
231 gotoxy(2, 2);
285 gotoxy(2, 2);
297 gotoxy(10, 5);
300 gotoxy(10, 6);
303 gotoxy(10, 7);
[all …]
/dports/emulators/atari800/atari800-3.1.0/src/
H A Djoycfg.c86 gotoxy(1,1); in Screen()
93 gotoxy(1,3); in Screen()
95 gotoxy(1,24); in Screen()
236 gotoxy(x,y); in showjoy()
238 gotoxy(x+1,y+2); in showjoy()
240 gotoxy(x+1,y+3); in showjoy()
242 gotoxy(x+1,y+4); in showjoy()
261 gotoxy((78-24)/2,3); in testcollisions()
263 gotoxy((78-61)/2,5); in testcollisions()
302 gotoxy(34,9); in choosekey()
[all …]
/dports/devel/cc65/cc65-2.19/testcode/lib/pce/
H A Dconio.c31 gotoxy(0,4); in main()
36 gotoxy(0,9); in main()
40 gotoxy(0, 16 + i); in main()
50 gotoxy(0,ysize - 1); in main()
70 gotoxy(30,0); in main()
86 gotoxy(13,4); in main()
88 gotoxy(13,5); in main()
92 gotoxy(0,7); in main()
97 gotoxy(0, 11 + i); in main()
111 gotoxy(xsize - 10, 3); in main()
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Doutput.cc63 gotoxy(44, 3); in print_stats()
89 gotoxy(47, 4); in print_stats()
112 gotoxy(45, 7); in print_stats()
145 gotoxy(45, 8); in print_stats()
174 gotoxy(45, 9); in print_stats()
195 gotoxy(44, 5); in print_stats()
205 gotoxy(50, 5); in print_stats()
218 gotoxy(44, 6); in print_stats()
231 gotoxy(46, 10); in print_stats()
238 gotoxy(52, 11); in print_stats()
[all …]
/dports/editors/bvi/bvi-1.4.0/
H A Ddoscur.h90 #define wmove(w,y,x) gotoxy(x+1,y+1)
91 #define move(y,x) gotoxy(x+1,y+1)
92 #define mvwaddch(w,y,x,c) gotoxy(x+1,y+1);putch(c)
93 #define mvaddch(y,x,c) gotoxy(x+1,y+1);putch(c)
96 #define mvwaddstr(w,y,x,s) gotoxy(x+1,y+1);cputs(s)
111 #define mvwgetch(w,y,x) gotoxy(x+1,y+1);ugetch()
112 #define mvgetch(y,x) gotoxy(x+1,y+1);ugetch()
114 #define mvwgetstr(w,y,x,s) gotoxy(x+1,y+1);gets(s)
115 #define mvgetstr(y,x,s) gotoxy(x+1,y+1);gets(s)
122 #define mvscanw(y,x,s) gotoxy(x+1,y+1);cscanf(s)
[all …]
/dports/games/moria/umoria/ibmpc/
H A Dtcio.c54 gotoxy(column+1,row+1); in get_string()
57 gotoxy(column+1,row+1); in get_string()
114 gotoxy(col+1,row+1); in put_buffer()
184 gotoxy(col+1,row+1); in erase_line()
221 gotoxy(col+1,row+1); in print()
228 gotoxy(col+1,row+1); in move_cursor_relative()
241 gotoxy(col+1,row+1); in prt()
247 gotoxy(col+1,row+1); in move_cursor()
354 gotoxy(1,1); in screen_map()
395 gotoxy(1,orow+3); in screen_map()
[all …]
/dports/devel/cc65/cc65-2.19/testcode/lib/gamate/
H A Dctest.c13 gotoxy(0,0);cputs("Gamate C-Test"); in main()
15 textcolor(0);gotoxy(0,5);cputs("abcdABCD 0"); in main()
16 textcolor(1);gotoxy(0,6);cputs("abcdABCD 1"); in main()
17 textcolor(2);gotoxy(0,7);cputs("abcdABCD 2"); in main()
18 textcolor(3);gotoxy(0,8);cputs("abcdABCD 3"); in main()
25 gotoxy(0,2);cprintf("%04x %02x %02x %02x", n, x, y, *((unsigned char*)JOY_DATA)); in main()
/dports/graphics/libcaca/libcaca-0.99.beta19/examples/
H A Dconio-snake.cpp77 gotoxy(snake[0].col,snake[0].row); in main()
86 gotoxy(snake[i].col,snake[i].row); in main()
90 gotoxy(1,1); in main()
127 gotoxy(30,6); textcolor(LIGHTRED); cprintf("G A M E O V E R"); in main()
128 gotoxy(30,9); textcolor(YELLOW); cprintf("Another Game (y/n)? "); in main()
170 gotoxy(1,row+2); in setup_level()
181 gotoxy(2,maxrow+5); in setup_level()
189 gotoxy(col,row); textcolor(LIGHTBLUE); in draw_line()
196 gotoxy(2,maxrow+3); in show_score()
198 gotoxy(40,maxrow+3); in show_score()
[all …]
H A Dconio.c95 gotoxy(52,2); in computerMove()
121 gotoxy(1,20); in humanMove()
128 gotoxy(52,5); in humanMove()
224 gotoxy(1,19); in bestmove()
435 gotoxy(1,1); in drawBoard()
455 gotoxy(44,20); in drawBoard()
457 gotoxy(44,21); in drawBoard()
465 gotoxy(1,22); in drawBoard()
467 gotoxy(1,23); in drawBoard()
469 gotoxy(52,1); in drawBoard()
[all …]
/dports/devel/terminality/tn-2.1/
H A Dextra.c40 gotoxy(x1,y1); in drawbox()
53 gotoxy(x1,i); in drawbox()
56 gotoxy(x2,i); in drawbox()
61 gotoxy(x1,y2); in drawbox()
95 gotoxy(x1,y1); in box_3d()
111 gotoxy(x1,i); in box_3d()
120 gotoxy(x2,i); in box_3d()
126 gotoxy(x1,y2); in box_3d()
218 gotoxy(x, y); in writexy()
282 gotoxy(1,y+1); in fillscreen()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/libmenu/
H A 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()
H A 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()
/dports/graphics/duhdraw/duhdraw-2.8.13/
H A Dansi-esc.c166 gotoxy (int new_x, int new_y, unsigned long width, unsigned long height) in gotoxy() function
204 gotoxy (saved_x, saved_y, width, height); in restore_cur()
470 gotoxy (par[0], y, width, height); in ansi_esc_translate()
475 gotoxy (x, y - par[0], width, height); in ansi_esc_translate()
481 gotoxy (x, y + par[0], width, height); in ansi_esc_translate()
487 gotoxy (x + par[0], y, width, height); in ansi_esc_translate()
492 gotoxy (x - par[0], y, width, height); in ansi_esc_translate()
497 gotoxy (0, y + par[0], width, height); in ansi_esc_translate()
502 gotoxy (0, y - par[0], width, height); in ansi_esc_translate()
507 gotoxy (x, par[0], width, height); in ansi_esc_translate()
[all …]
/dports/devel/cc65/cc65-2.19/samples/geos/
H A Dgeosconio.c17 gotoxy(20, 20); in main()
48 gotoxy(0, 4); in main()
50 gotoxy(0, 5); in main()
52 gotoxy(0, 6); in main()
54 gotoxy(0, 7); in main()
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/
H A 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()
165 gotoxy(INFLINE, 0); in msys_handler()
168 gotoxy(INFLINE + 1, 0); in msys_handler()
188 gotoxy(INFLINE, 0); in msys_handler()
191 gotoxy(INFLINE + 1, 0); in msys_handler()
193 gotoxy(INFLINE, 0); in msys_handler()
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dwrdt_wcon.c323 gotoxy(x,y+1); in esc_index()
326 gotoxy(x,y); in esc_index()
347 gotoxy(x,y); in esc_reverseindex()
359 gotoxy(x,y); in esc_directcursoraddressing()
407 gotoxy(oldx,oldy); in esc_clearfromcursortoendofscreen()
418 gotoxy(oldx,oldy); in esc_clearfrombeginningofscreentocursor()
427 gotoxy(oldx,oldy); in esc_clearfromcursortoendofline()
436 gotoxy(oldx,oldy); in esc_clearfrombeginningoflinetocursor()
445 gotoxy(oldx,oldy); in esc_clearentirelinecontainingcursor()
933 gotoxy(x, y); in wrdt_apply()
[all …]

12345678910>>...16