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

/seL4-refos-master/libs/libvterm/src/
H A Drect.h6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) ds
[all...]
H A Dvterm.c230 abs(rightward) >= rect.end_col - rect.start_col) {
241 dest.start_col = rect.start_col;
243 src.start_col = rect.start_col + rightward;
252 dest.start_col = rect.start_col + leftward;
254 src.start_col = rect.start_col;
281 rect.start_col
[all...]
H A Dscreen.c121 if(screen->damaged.start_col > rect.start_col)
122 screen->damaged.start_col = rect.start_col;
158 .start_col = 0,
187 .start_col = pos.col,
209 .start_col = dest.start_col,
218 .start_col = dest.start_col,
[all...]
H A Dstate.c99 .start_col = SCROLLREGION_LEFT(state),
254 .start_col = state->pos.col,
350 .start_col = SCROLLREGION_LEFT(state),
842 rect.start_col = state->pos.col;
918 rect.start_col = state->pos.col; rect.end_col = state->cols;
919 if(rect.end_col > rect.start_col)
923 rect.start_col = 0;
930 rect.start_col = 0; rect.end_col = state->cols;
931 if(rect.end_col > rect.start_col)
942 rect.start_col
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Drect.h6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) ds
[all...]
H A Dvterm.c230 abs(rightward) >= rect.end_col - rect.start_col) {
241 dest.start_col = rect.start_col;
243 src.start_col = rect.start_col + rightward;
252 dest.start_col = rect.start_col + leftward;
254 src.start_col = rect.start_col;
281 rect.start_col
[all...]
H A Dscreen.c121 if(screen->damaged.start_col > rect.start_col)
122 screen->damaged.start_col = rect.start_col;
158 .start_col = 0,
187 .start_col = pos.col,
209 .start_col = dest.start_col,
218 .start_col = dest.start_col,
[all...]
H A Dstate.c99 .start_col = SCROLLREGION_LEFT(state),
254 .start_col = state->pos.col,
350 .start_col = SCROLLREGION_LEFT(state),
842 rect.start_col = state->pos.col;
918 rect.start_col = state->pos.col; rect.end_col = state->cols;
919 if(rect.end_col > rect.start_col)
923 rect.start_col = 0;
930 rect.start_col = 0; rect.end_col = state->cols;
931 if(rect.end_col > rect.start_col)
942 rect.start_col
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dvision.c1071 static int start_col; variable
1594 if ((sdx = (start_col-block_col)) < 0) sdx = -sdx; /* src dx */
1629 if ((sdx = (start_col-block_col)) < 0) sdx = -sdx; --sdx; /* src dx */
1680 lim_max = start_col + *limits;
1935 lim_min = start_col - *limits;
2101 start_col = scol;
2225 lim_max = start_col + *limits;
2266 if (left != start_col) {
2273 q1_path(start_row,start_col,row,left,rside1);
2275 q4_path(start_row,start_col,ro
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dvision.c1071 static int start_col; variable
1594 if ((sdx = (start_col-block_col)) < 0) sdx = -sdx; /* src dx */
1629 if ((sdx = (start_col-block_col)) < 0) sdx = -sdx; --sdx; /* src dx */
1680 lim_max = start_col + *limits;
1935 lim_min = start_col - *limits;
2101 start_col = scol;
2225 lim_max = start_col + *limits;
2266 if (left != start_col) {
2273 q1_path(start_row,start_col,row,left,rside1);
2275 q4_path(start_row,start_col,ro
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h29 int start_col; member in struct:__anon649
37 p.col >= r.start_col && p.col < r.end_col;
44 rect->start_col += col_delta; rect->end_col += col_delta;
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h29 int start_col; member in struct:__anon751
37 p.col >= r.start_col && p.col < r.end_col;
44 rect->start_col += col_delta; rect->end_col += col_delta;

Completed in 60 milliseconds