Searched defs:PUTSHORT (Results 1 – 2 of 2) sorted by relevance
250 #define PUTSHORT(s, cp) { \ macro
2584 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro