Searched refs:SCROLLREGION_RIGHT (Results 1 – 2 of 2) sorted by relevance
116 .end_col = SCROLLREGION_RIGHT(state), in linefeed()409 .end_col = SCROLLREGION_RIGHT(state), in on_control()957 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1099 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1111 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1124 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1138 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1150 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1390 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()1402 rect.end_col = SCROLLREGION_RIGHT(state); in on_csi()[all …]
62 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… macro