Searched refs:UBOUND (Results 1 – 1 of 1) sorted by relevance
/external/libvterm/src/ |
D | state.c | 928 #define UBOUND(v,max) if((v) > (max)) (v) = (max) in on_csi() macro 1159 UBOUND(rect.end_col, THISROWWIDTH(state)); in on_csi() 1185 UBOUND(col, row_width); in on_csi() 1375 UBOUND(state->scrollregion_top, state->rows); in on_csi() 1380 UBOUND(state->scrollregion_bottom, state->rows); in on_csi() 1395 UBOUND(state->scrollregion_left, state->cols); in on_csi() 1400 UBOUND(state->scrollregion_right, state->cols); in on_csi() 1451 UBOUND(state->pos.row, SCROLLREGION_BOTTOM(state)-1); in on_csi() 1453 UBOUND(state->pos.col, SCROLLREGION_RIGHT(state)-1); in on_csi() 1457 UBOUND(state->pos.row, state->rows-1); in on_csi() [all …]
|