Searched refs:UBOUND (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | state.c | 999 #define UBOUND(v,max) if((v) > (max)) (v) = (max) in on_csi() macro 1250 UBOUND(rect.end_col, THISROWWIDTH(state)); in on_csi() 1276 UBOUND(col, row_width); in on_csi() 1472 UBOUND(state->scrollregion_top, state->rows); in on_csi() 1477 UBOUND(state->scrollregion_bottom, state->rows); in on_csi() 1500 UBOUND(state->scrollregion_left, state->cols); in on_csi() 1505 UBOUND(state->scrollregion_right, state->cols); in on_csi() 1587 UBOUND(state->pos.row, state->rows-1); in on_csi() 1589 UBOUND(state->pos.col, THISROWWIDTH(state)-1); in on_csi() 1832 UBOUND(state->scrollregion_bottom, state->rows); in on_resize() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jovial.vim | 83 syn keyword jovialFunction BYTESIZE WORDSIZE LBOUND UBOUND NWDSEN FIRST
|
| H A D | basic.vim | 104 syn keyword basicFunction UBOUND ubound Ubound VAL val Val
|
| H A D | freebasic.vim | 35 syn keyword freebasicArrays ERASE LBOUND REDIM PRESERVE UBOUND
|