Searched refs:rows (Results 1 - 24 of 24) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h48 short rows, cols; /* dimensions */ member in struct:amii_WinDesc
86 uchar rows, cols; /* width & height of display in text units */ member in struct:amii_DisplayDesc
H A Dxwindowp.h41 Dimension rows; member in struct:__anon730
H A Dwintty.h31 short rows, cols; /* dimensions */ member in struct:WinDesc
54 uchar rows, cols; /* width and height of tty display */ member in struct:DisplayDesc
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h48 short rows, cols; /* dimensions */ member in struct:amii_WinDesc
86 uchar rows, cols; /* width & height of display in text units */ member in struct:amii_DisplayDesc
H A Dxwindowp.h41 Dimension rows; member in struct:__anon52
H A Dwintty.h31 short rows, cols; /* dimensions */ member in struct:WinDesc
54 uchar rows, cols; /* width and height of tty display */ member in struct:DisplayDesc
/seL4-refos-master/libs/libvterm/src/
H A Dvterm.c30 VTerm *vterm_new(int rows, int cols) argument
32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL);
35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) argument
43 vt->rows = rows;
86 *rowsp = vt->rows;
91 void vterm_set_size(VTerm *vt, int rows, int cols) argument
93 vt->rows = rows;
97 (*vt->parser_callbacks->resize)(rows, col
[all...]
H A Dvterm_internal.h37 int rows; member in struct:VTermState
47 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_bottom : (state)->rows)
113 int rows; member in struct:VTerm
H A Dscreen.c51 int rows; member in struct:VTermScreen
66 if(row < 0 || row >= screen->rows)
81 if(buffer && row < screen->rows && col < screen->cols)
157 .end_row = screen->rows,
507 int old_rows = screen->rows;
510 screen->rows = new_rows;
558 int rows, cols; local
560 vterm_get_size(vt, &rows, &cols);
569 screen->rows = rows;
718 int rows, cols; local
[all...]
H A Dstate.c61 state->rows = vt->rows;
105 else if(state->pos.row < state->rows-1)
540 for(pos.row = 0; pos.row < state->rows; pos.row++)
922 rect.start_row = state->pos.row + 1; rect.end_row = state->rows;
941 rect.start_row = 0; rect.end_row = state->rows;
1235 if(state->scrollregion_top == 0 && state->scrollregion_bottom == state->rows)
1283 UBOUND(state->pos.row, state->rows-1);
1363 static int on_resize(int rows, int cols, void *user) argument
1393 state->rows
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dvterm.c30 VTerm *vterm_new(int rows, int cols) argument
32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL);
35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) argument
43 vt->rows = rows;
86 *rowsp = vt->rows;
91 void vterm_set_size(VTerm *vt, int rows, int cols) argument
93 vt->rows = rows;
97 (*vt->parser_callbacks->resize)(rows, col
[all...]
H A Dvterm_internal.h37 int rows; member in struct:VTermState
47 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_bottom : (state)->rows)
113 int rows; member in struct:VTerm
H A Dscreen.c51 int rows; member in struct:VTermScreen
66 if(row < 0 || row >= screen->rows)
81 if(buffer && row < screen->rows && col < screen->cols)
157 .end_row = screen->rows,
507 int old_rows = screen->rows;
510 screen->rows = new_rows;
558 int rows, cols; local
560 vterm_get_size(vt, &rows, &cols);
569 screen->rows = rows;
718 int rows, cols; local
[all...]
H A Dstate.c61 state->rows = vt->rows;
105 else if(state->pos.row < state->rows-1)
540 for(pos.row = 0; pos.row < state->rows; pos.row++)
922 rect.start_row = state->pos.row + 1; rect.end_row = state->rows;
941 rect.start_row = 0; rect.end_row = state->rows;
1235 if(state->scrollregion_top == 0 && state->scrollregion_bottom == state->rows)
1283 UBOUND(state->pos.row, state->rows-1);
1363 static int on_resize(int rows, int cols, void *user) argument
1393 state->rows
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h75 int (*resize)(int rows, int cols, void *user);
146 int (*resize)(int rows, int cols, void *user);
157 int (*resize)(int rows, int cols, void *user);
167 VTerm *vterm_new(int rows, int cols);
168 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);
172 void vterm_set_size(VTerm *vt, int rows, int cols);
196 VTERM_DAMAGE_ROW, /* entire rows */
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h75 int (*resize)(int rows, int cols, void *user);
146 int (*resize)(int rows, int cols, void *user);
157 int (*resize)(int rows, int cols, void *user);
167 VTerm *vterm_new(int rows, int cols);
168 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);
172 void vterm_set_size(VTerm *vt, int rows, int cols);
196 VTERM_DAMAGE_ROW, /* entire rows */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c41 i = (i + 1) % cw->rows;
53 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
60 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
72 i = (i + 1) % cw->rows;
88 if(cw->maxcol < 0) cw->maxcol = cw->rows-1;
92 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
111 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
157 cw->maxcol = cw->maxrow = (idx + 1) % cw->rows;
H A Dwintty.c210 ttyDisplay->rows = LI;
214 cw->rows = ttyDisplay->rows;
285 ttyDisplay->rows = hgt;
823 newwin->rows = ttyDisplay->rows;
833 newwin->maxrow = newwin->rows = iflags.msg_history;
841 newwin->offy = ttyDisplay->rows-2;
844 newwin->offy = min((int)ttyDisplay->rows-2, ROWNO+1);
845 newwin->rows
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c41 i = (i + 1) % cw->rows;
53 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
60 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
72 i = (i + 1) % cw->rows;
88 if(cw->maxcol < 0) cw->maxcol = cw->rows-1;
92 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
111 if (cw->maxcol < 0) cw->maxcol = cw->rows-1;
157 cw->maxcol = cw->maxrow = (idx + 1) % cw->rows;
H A Dwintty.c210 ttyDisplay->rows = LI;
214 cw->rows = ttyDisplay->rows;
285 ttyDisplay->rows = hgt;
823 newwin->rows = ttyDisplay->rows;
833 newwin->maxrow = newwin->rows = iflags.msg_history;
841 newwin->offy = ttyDisplay->rows-2;
844 newwin->offy = min((int)ttyDisplay->rows-2, ROWNO+1);
845 newwin->rows
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dvision.c257 get_unused_cs(rows, rmin, rmax)
258 char ***rows;
265 *rows = cs_rows1;
269 *rows = cs_rows0;
278 (void) memset((genericptr_t)**rows, 0, ROWNO*COLNO); /* we see nothing */
2497 char **loc_cs_rows; /* pointers to the rows of the could_see array */
2514 cs_rows = loc_cs_rows; /* 'could see' rows */
2560 * rows here, since we don't do it in the routines right_side() and
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dvision.c257 get_unused_cs(rows, rmin, rmax)
258 char ***rows;
265 *rows = cs_rows1;
269 *rows = cs_rows0;
278 (void) memset((genericptr_t)**rows, 0, ROWNO*COLNO); /* we see nothing */
2497 char **loc_cs_rows; /* pointers to the rows of the could_see array */
2514 cs_rows = loc_cs_rows; /* 'could see' rows */
2560 * rows here, since we don't do it in the routines right_side() and
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2261 An explosion consists of three rows (top, middle, and bottom) of three
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2261 An explosion consists of three rows (top, middle, and bottom) of three

Completed in 275 milliseconds