Searched refs:offx (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;
838 newwin->offx = 0;
850 newwin->offx = 0;
861 newwin->offx = newwin->offy = 0;
914 if(cw->offx == 0)
923 docorner((int)cw->offx, cw->maxrow+1);
1192 if (!cw->offx) { /* if not corner, do clearscreen */
1212 if (cw->offx) cl_end();
1250 if (cw->offx) {
[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;
838 newwin->offx = 0;
850 newwin->offx = 0;
861 newwin->offx = newwin->offy = 0;
914 if(cw->offx == 0)
923 docorner((int)cw->offx, cw->maxrow+1);
1192 if (!cw->offx) { /* if not corner, do clearscreen */
1212 if (cw->offx) cl_end();
1250 if (cw->offx) {
[all...]

Completed in 77 milliseconds