Home | History | Annotate | Download | only in src

Lines Matching refs:CSI_ARG_OR

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