Searched refs:gotoxy (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dtetris.c146 gotoxy (26 + 28, start);
148 gotoxy (26 + 28, start + 1);
150 gotoxy (26 + 28, start + 2);
152 gotoxy (26 + 28, start + 3);
154 gotoxy (26 + 28, start + 4);
156 gotoxy (26 + 28, start + 5);
188 gotoxy (x * 2 + 26 + 28, start + y);
200 gotoxy (x * 2 + 28, y);
216 gotoxy (26 + 28, 2);
219 gotoxy (2
[all...]
H A Dio.h71 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout) macro
/seL4-refos-master/apps/tetris/src/
H A Dtetris.c146 gotoxy (26 + 28, start);
148 gotoxy (26 + 28, start + 1);
150 gotoxy (26 + 28, start + 2);
152 gotoxy (26 + 28, start + 3);
154 gotoxy (26 + 28, start + 4);
156 gotoxy (26 + 28, start + 5);
188 gotoxy (x * 2 + 26 + 28, start + y);
200 gotoxy (x * 2 + 28, y);
216 gotoxy (26 + 28, 2);
219 gotoxy (2
[all...]
H A Dio.h71 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout) macro
/seL4-refos-master/projects/refos/impl/apps/snake/src/
H A Dsnake.c36 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout) macro
93 gotoxy (0, NUM_ROWS + 1);
113 that have changed. Much faster as every gotoxy() is quite expensive.
132 gotoxy(j, i);
/seL4-refos-master/apps/snake/src/
H A Dsnake.c36 #define gotoxy(x,y) printf("\e[%d;%dH", y, x); fflush(stdout) macro
93 gotoxy (0, NUM_ROWS + 1);
113 that have changed. Much faster as every gotoxy() is quite expensive.
132 gotoxy(j, i);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1250 E void FDECL(gotoxy, (int,int));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1250 E void FDECL(gotoxy, (int,int));

Completed in 93 milliseconds