Searched refs:LBOUND (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c830 #define LBOUND(v,min) if((v) < (min)) (v) = (min) macro
1276 LBOUND(state->pos.row, state->scrollregion_top);
1278 LBOUND(state->pos.col, SCROLLREGION_LEFT(state));
1282 LBOUND(state->pos.row, 0);
1284 LBOUND(state->pos.col, 0);
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c830 #define LBOUND(v,min) if((v) < (min)) (v) = (min) macro
1276 LBOUND(state->pos.row, state->scrollregion_top);
1278 LBOUND(state->pos.col, SCROLLREGION_LEFT(state));
1282 LBOUND(state->pos.row, 0);
1284 LBOUND(state->pos.col, 0);

Completed in 33 milliseconds