Searched refs:CILEN_LONG (Results 1 – 2 of 2) sorted by relevance
198 #define CILEN_LONG 6 /* CILEN_VOID + sizeof(long) */ macro539 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) in lcp_cilen()592 PUTCHAR(CILEN_LONG, ucp); \ in lcp_addci()699 if ((len -= CILEN_LONG) < 0) \ in lcp_ackci()703 if (cilen != CILEN_LONG || citype != opt) \ in lcp_ackci()825 len >= CILEN_LONG && \ in lcp_nakci()826 p[1] == CILEN_LONG && \ in lcp_nakci()828 len -= CILEN_LONG; \ in lcp_nakci()1005 || no.neg_asyncmap || cilen != CILEN_LONG) { in lcp_nakci()1016 cilen != CILEN_LONG) { in lcp_nakci()[all …]
289 #define CILEN_LONG 6 /* CILEN_VOID + 4 */ macro679 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)736 PUTCHAR(CILEN_LONG, ucp); \864 if ((len -= CILEN_LONG) < 0) \868 if (cilen != CILEN_LONG || \1020 len >= CILEN_LONG && \1021 p[1] == CILEN_LONG && \1023 len -= CILEN_LONG; \1266 || no.neg_asyncmap || cilen != CILEN_LONG)1276 cilen != CILEN_LONG)[all …]