HomeSort by relevance Sort by last modified time
    Searched refs:CSI_ARG_OR (Results 1 - 3 of 3) sorted by null

  /external/libvterm/src/
pen.c 82 *index = CSI_ARG_OR(args[0], -1);
84 lookup_colour_palette(state, argcount ? CSI_ARG_OR(args[0], -1) : -1, col);
state.c 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);
    [all...]
  /external/libvterm/include/
vterm.h 164 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a))

Completed in 591 milliseconds