Searched refs:CSI_ARG_COUNT (Results 1 - 2 of 2) sorted by relevance

/external/libvterm/include/
H A Dvterm.h165 #define CSI_ARG_COUNT(a) (CSI_ARG(a) == CSI_ARG_MISSING || CSI_ARG(a) == 0 ? 1 : CSI_ARG(a)) macro
/external/libvterm/src/
H A Dstate.c951 count = CSI_ARG_COUNT(args[0]);
966 count = CSI_ARG_COUNT(args[0]);
972 count = CSI_ARG_COUNT(args[0]);
978 count = CSI_ARG_COUNT(args[0]);
984 count = CSI_ARG_COUNT(args[0]);
990 count = CSI_ARG_COUNT(args[0]);
997 count = CSI_ARG_COUNT(args[0]);
1023 count = CSI_ARG_COUNT(args[0]);
1094 count = CSI_ARG_COUNT(args[0]);
1106 count = CSI_ARG_COUNT(arg
[all...]

Completed in 75 milliseconds