Searched refs:curx (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c133 ttyDisplay->curx++;
166 tty_curs(BASE_WINDOW,cw->curx+1,cw->cury);
185 tty_curs(BASE_WINDOW, cw->curx+1, cw->cury);
186 if(cw->curx >= CO - 8) topl_putsym('\n');
202 cw->curx = cw->cury = 0;
205 cw->curx = cw->cury = 0;
231 cw->curx += 2;
239 cw->curx = cw->cury = 0;/* from home--cls() & docorner(1,n) */
272 if(ttyDisplay->curx == 0 && ttyDisplay->cury > 0)
275 ttyDisplay->curx
[all...]
H A Dwintty.c219 cw->curx = cw->cury = 0;
287 ttyDisplay->curx = ttyDisplay->cury = 0;
691 ttyDisplay->curx--;
726 ttyDisplay->curx++;
814 newwin->curx = newwin->cury = 0;
1010 cw->curx = cw->cury = 0;
1022 (int)ttyDisplay->curx + offset, (int)ttyDisplay->cury);
1026 ttyDisplay->curx += strlen(prompt);
1043 ttyDisplay->curx++;
1215 ++ttyDisplay->curx;
[all...]
H A Dtermcap.c533 ttyDisplay->curx = 0;
538 if ((int) ttyDisplay->curx < x) { /* Go to the right. */
541 while ((int) ttyDisplay->curx < x) {
543 ttyDisplay->curx++;
545 } else if ((int) ttyDisplay->curx > x) {
546 while ((int) ttyDisplay->curx > x) { /* Go to the left. */
548 ttyDisplay->curx--;
559 ttyDisplay->curx = x;
598 register int cx = ttyDisplay->curx+1;
604 tty_curs(BASE_WINDOW, (int)ttyDisplay->curx
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c133 ttyDisplay->curx++;
166 tty_curs(BASE_WINDOW,cw->curx+1,cw->cury);
185 tty_curs(BASE_WINDOW, cw->curx+1, cw->cury);
186 if(cw->curx >= CO - 8) topl_putsym('\n');
202 cw->curx = cw->cury = 0;
205 cw->curx = cw->cury = 0;
231 cw->curx += 2;
239 cw->curx = cw->cury = 0;/* from home--cls() & docorner(1,n) */
272 if(ttyDisplay->curx == 0 && ttyDisplay->cury > 0)
275 ttyDisplay->curx
[all...]
H A Dwintty.c219 cw->curx = cw->cury = 0;
287 ttyDisplay->curx = ttyDisplay->cury = 0;
691 ttyDisplay->curx--;
726 ttyDisplay->curx++;
814 newwin->curx = newwin->cury = 0;
1010 cw->curx = cw->cury = 0;
1022 (int)ttyDisplay->curx + offset, (int)ttyDisplay->cury);
1026 ttyDisplay->curx += strlen(prompt);
1043 ttyDisplay->curx++;
1215 ++ttyDisplay->curx;
[all...]
H A Dtermcap.c533 ttyDisplay->curx = 0;
538 if ((int) ttyDisplay->curx < x) { /* Go to the right. */
541 while ((int) ttyDisplay->curx < x) {
543 ttyDisplay->curx++;
545 } else if ((int) ttyDisplay->curx > x) {
546 while ((int) ttyDisplay->curx > x) { /* Go to the left. */
548 ttyDisplay->curx--;
559 ttyDisplay->curx = x;
598 register int cx = ttyDisplay->curx+1;
604 tty_curs(BASE_WINDOW, (int)ttyDisplay->curx
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h49 short curx, cury; /* current cursor position */ member in struct:amii_WinDesc
H A Dwintty.h32 short curx, cury; /* current cursor position */ member in struct:WinDesc
55 uchar curx, cury; /* current cursor position on the screen */ member in struct:DisplayDesc
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h49 short curx, cury; /* current cursor position */ member in struct:amii_WinDesc
H A Dwintty.h32 short curx, cury; /* current cursor position */ member in struct:WinDesc
55 uchar curx, cury; /* current cursor position on the screen */ member in struct:DisplayDesc
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c653 int x, y, v, startx, stopx, curx; local
667 for (x = startx, curx = 0; x < stopx; x++, curx += 2) {
669 row[curx] = row[curx+1] = '@';
673 row[curx] = row[curx+1] = ' ';
675 Sprintf(&row[curx], "%02x", v);
679 for (x = curx-1; x >= 0; x--)
2210 /* x corresponds to curx, s
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c653 int x, y, v, startx, stopx, curx; local
667 for (x = startx, curx = 0; x < stopx; x++, curx += 2) {
669 row[curx] = row[curx+1] = '@';
673 row[curx] = row[curx+1] = ' ';
675 Sprintf(&row[curx], "%02x", v);
679 for (x = curx-1; x >= 0; x--)
2210 /* x corresponds to curx, s
[all...]

Completed in 64 milliseconds