Searched refs:offy (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h46 xchar offx, offy; /* offset from topleft of display */ member in struct:amii_WinDesc
H A Dwintty.h30 uchar offx, offy; /* offset from topleft of display */ member in struct:WinDesc
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h46 xchar offx, offy; /* offset from topleft of display */ member in struct:amii_WinDesc
H A Dwintty.h30 uchar offx, offy; /* offset from topleft of display */ member in struct:WinDesc
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c822 newwin->offx = newwin->offy = 0;
829 newwin->offx = newwin->offy = 0;
841 newwin->offy = ttyDisplay->rows-2;
844 newwin->offy = min((int)ttyDisplay->rows-2, ROWNO+1);
851 newwin->offy = 1;
861 newwin->offx = newwin->offy = 0;
915 if(cw->offy) {
1193 if(cw->offy) {
1443 if (!cw->offx && (n + cw->offy == ttyDisplay->rows - 1)) {
1451 if (cw->offy) {
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c822 newwin->offx = newwin->offy = 0;
829 newwin->offx = newwin->offy = 0;
841 newwin->offy = ttyDisplay->rows-2;
844 newwin->offy = min((int)ttyDisplay->rows-2, ROWNO+1);
851 newwin->offy = 1;
861 newwin->offx = newwin->offy = 0;
915 if(cw->offy) {
1193 if(cw->offy) {
1443 if (!cw->offx && (n + cw->offy == ttyDisplay->rows - 1)) {
1451 if (cw->offy) {
[all...]

Completed in 94 milliseconds