Lines Matching refs:CSI_ARG
998 col = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? 1 : CSI_ARG(args[1]); in on_csi()
1017 switch(CSI_ARG(args[0])) { in on_csi()
1063 switch(CSI_ARG(args[0])) { in on_csi()
1226 col = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? 1 : CSI_ARG(args[1]); in on_csi()
1261 set_mode(state, CSI_ARG(args[0]), 1); in on_csi()
1266 set_dec_mode(state, CSI_ARG(args[0]), 1); in on_csi()
1283 set_mode(state, CSI_ARG(args[0]), 0); in on_csi()
1288 set_dec_mode(state, CSI_ARG(args[0]), 0); in on_csi()
1322 request_dec_mode(state, CSI_ARG(args[0])); in on_csi()
1373 … state->scrollregion_bottom = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? -1 : CSI_ARG(args[1]); in on_csi()
1393 state->scrollregion_right = argcount < 2 || CSI_ARG_IS_MISSING(args[1]) ? -1 : CSI_ARG(args[1]); in on_csi()
1529 CSI_ARG(args[argi])); in request_status_string()