Lines Matching refs:CSI_ARG_OR
991 val = CSI_ARG_OR(args[0], 1); in on_csi()
997 row = CSI_ARG_OR(args[0], 1); in on_csi()
1170 col = CSI_ARG_OR(args[0], 1); in on_csi()
1200 val = CSI_ARG_OR(args[0], 0); in on_csi()
1211 row = CSI_ARG_OR(args[0], 1); in on_csi()
1225 row = CSI_ARG_OR(args[0], 1); in on_csi()
1238 val = CSI_ARG_OR(args[0], 0); in on_csi()
1297 val = CSI_ARG_OR(args[0], 0); in on_csi()
1326 val = CSI_ARG_OR(args[0], 1); in on_csi()
1358 val = CSI_ARG_OR(args[0], 0); in on_csi()
1372 state->scrollregion_top = CSI_ARG_OR(args[0], 1) - 1; in on_csi()
1392 state->scrollregion_left = CSI_ARG_OR(args[0], 1) - 1; in on_csi()