CILEN_VJ
if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
} else if (cilen == CILEN_VJ) {
PUTCHAR(CILEN_VJ, nakp);
#define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
if (cilen == CILEN_VJ) {
(cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \