Searched refs:CSI_ARG_OR (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c888 val = CSI_ARG_OR(args[0], 1);
894 row = CSI_ARG_OR(args[0], 1);
1049 col = CSI_ARG_OR(args[0], 1);
1061 val = CSI_ARG_OR(args[0], 0);
1072 row = CSI_ARG_OR(args[0], 1);
1086 row = CSI_ARG_OR(args[0], 1);
1099 val = CSI_ARG_OR(args[0], 0);
1158 val = CSI_ARG_OR(args[0], 0);
1187 val = CSI_ARG_OR(args[0], 1);
1219 val = CSI_ARG_OR(arg
[all...]
H A Dpen.c59 index = argcount ? CSI_ARG_OR(args[0], -1) : -1;
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c888 val = CSI_ARG_OR(args[0], 1);
894 row = CSI_ARG_OR(args[0], 1);
1049 col = CSI_ARG_OR(args[0], 1);
1061 val = CSI_ARG_OR(args[0], 0);
1072 row = CSI_ARG_OR(args[0], 1);
1086 row = CSI_ARG_OR(args[0], 1);
1099 val = CSI_ARG_OR(args[0], 0);
1158 val = CSI_ARG_OR(args[0], 0);
1187 val = CSI_ARG_OR(args[0], 1);
1219 val = CSI_ARG_OR(arg
[all...]
H A Dpen.c59 index = argcount ? CSI_ARG_OR(args[0], -1) : -1;
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h65 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a)) macro
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h65 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a)) macro

Completed in 38 milliseconds