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

  /external/libvterm/src/
state.c 991 val = CSI_ARG_OR(args[0], 1);
997 row = CSI_ARG_OR(args[0], 1);
1170 col = CSI_ARG_OR(args[0], 1);
1200 val = CSI_ARG_OR(args[0], 0);
1211 row = CSI_ARG_OR(args[0], 1);
1225 row = CSI_ARG_OR(args[0], 1);
1238 val = CSI_ARG_OR(args[0], 0);
1297 val = CSI_ARG_OR(args[0], 0);
    [all...]
  /external/libvterm/include/
vterm.h 330 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a))

Completed in 46 milliseconds