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(argcount ? CSI_ARG_OR(args[0], -1) : -1, col);
state.c 917 val = CSI_ARG_OR(args[0], 1);
923 row = CSI_ARG_OR(args[0], 1);
1078 col = CSI_ARG_OR(args[0], 1);
1090 val = CSI_ARG_OR(args[0], 0);
1101 row = CSI_ARG_OR(args[0], 1);
1115 row = CSI_ARG_OR(args[0], 1);
1128 val = CSI_ARG_OR(args[0], 0);
1187 val = CSI_ARG_OR(args[0], 0);
1216 val = CSI_ARG_OR(args[0], 1);
1248 val = CSI_ARG_OR(args[0], 0)
    [all...]
  /external/libvterm/include/
vterm.h 157 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a))

Completed in 3910 milliseconds