Lines Matching refs:CSI_ARG_OR
1004 val = CSI_ARG_OR(args[0], 1); in on_csi()
1010 row = CSI_ARG_OR(args[0], 1); in on_csi()
1174 col = CSI_ARG_OR(args[0], 1); in on_csi()
1186 val = CSI_ARG_OR(args[0], 0); in on_csi()
1197 row = CSI_ARG_OR(args[0], 1); in on_csi()
1211 row = CSI_ARG_OR(args[0], 1); in on_csi()
1224 val = CSI_ARG_OR(args[0], 0); in on_csi()
1283 val = CSI_ARG_OR(args[0], 0); in on_csi()
1312 val = CSI_ARG_OR(args[0], 1); in on_csi()
1344 val = CSI_ARG_OR(args[0], 0); in on_csi()
1358 state->scrollregion_top = CSI_ARG_OR(args[0], 1) - 1; in on_csi()
1372 state->scrollregion_left = CSI_ARG_OR(args[0], 1) - 1; in on_csi()