Searched refs:maxcol (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c36 cw->maxcol = cw->maxrow;
37 i = cw->maxcol;
42 } while (i != cw->maxcol);
49 if (cw->maxcol == cw->maxrow) {
52 cw->maxcol--;
53 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
54 if (!cw->data[cw->maxcol])
55 cw->maxcol = cw->maxrow;
56 } else if (cw->maxcol
[all...]
H A Dgetline.c87 cw->maxcol = cw->maxrow;
101 cw->maxcol = cw->maxrow;
H A Dwintty.c825 newwin->maxrow = newwin->maxcol = 0;
834 newwin->maxcol = newwin->cols = 0;
846 newwin->cols = newwin->maxcol = min(ttyDisplay->cols, COLNO);
855 newwin->maxcol = 0;
864 newwin->maxrow = newwin->maxcol = 0;
887 if(newwin->maxcol) {
889 newwin->data[i] = (char *) alloc((unsigned)newwin->maxcol);
890 newwin->datlen[i] = newwin->maxcol;
950 cw->maxrow = cw->maxcol = 0;
1526 cw->maxcol
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c36 cw->maxcol = cw->maxrow;
37 i = cw->maxcol;
42 } while (i != cw->maxcol);
49 if (cw->maxcol == cw->maxrow) {
52 cw->maxcol--;
53 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
54 if (!cw->data[cw->maxcol])
55 cw->maxcol = cw->maxrow;
56 } else if (cw->maxcol
[all...]
H A Dgetline.c87 cw->maxcol = cw->maxrow;
101 cw->maxcol = cw->maxrow;
H A Dwintty.c825 newwin->maxrow = newwin->maxcol = 0;
834 newwin->maxcol = newwin->cols = 0;
846 newwin->cols = newwin->maxcol = min(ttyDisplay->cols, COLNO);
855 newwin->maxcol = 0;
864 newwin->maxrow = newwin->maxcol = 0;
887 if(newwin->maxcol) {
889 newwin->data[i] = (char *) alloc((unsigned)newwin->maxcol);
890 newwin->datlen[i] = newwin->maxcol;
950 cw->maxrow = cw->maxcol = 0;
1526 cw->maxcol
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h50 short maxrow, maxcol; /* the maximum size used -- for INVEN wins */ member in struct:amii_WinDesc
51 /* maxcol is also used by WIN_MESSAGE for */
H A Dwintty.h33 short maxrow, maxcol; /* the maximum size used -- for MENU wins */ member in struct:WinDesc
34 /* maxcol is also used by WIN_MESSAGE for */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h50 short maxrow, maxcol; /* the maximum size used -- for INVEN wins */ member in struct:amii_WinDesc
51 /* maxcol is also used by WIN_MESSAGE for */
H A Dwintty.h33 short maxrow, maxcol; /* the maximum size used -- for MENU wins */ member in struct:WinDesc
34 /* maxcol is also used by WIN_MESSAGE for */

Completed in 45 milliseconds