Searched refs:LBOUND (Results 1 – 5 of 5) sorted by relevance
998 #define LBOUND(v,min) if((v) < (min)) (v) = (min) in on_csi() macro1471 LBOUND(state->scrollregion_top, 0); in on_csi()1473 LBOUND(state->scrollregion_bottom, -1); in on_csi()1499 LBOUND(state->scrollregion_left, 0); in on_csi()1501 LBOUND(state->scrollregion_right, -1); in on_csi()1580 LBOUND(state->pos.row, state->scrollregion_top); in on_csi()1582 LBOUND(state->pos.col, SCROLLREGION_LEFT(state)); in on_csi()1586 LBOUND(state->pos.row, 0); in on_csi()1588 LBOUND(state->pos.col, 0); in on_csi()
83 syn keyword jovialFunction BYTESIZE WORDSIZE LBOUND UBOUND NWDSEN FIRST
92 syn keyword basicFunction INT int Int LBOUND lbound Lbound
35 syn keyword freebasicArrays ERASE LBOUND REDIM PRESERVE UBOUND
66 syn keyword pl1Function INDEX INFORM INT LBOUND LENGTH LINE LINENO LOG LOG10 LOG2