Searched defs:PUTSHORT (Results 1 – 7 of 7) sorted by relevance
417 #define PUTSHORT(s, cp) { \ macro
676 #define PUTSHORT(s, cp) { \ macro
266 #define PUTSHORT(s, cp) { \ macro
368 #define PUTSHORT( global() macro
351 #define PUTSHORT(s, cp) { \ macro
2144 #define PUTSHORT(cp, x) { if ((*cp++ = ((x)>>8)&0xff) == IAC) *cp++ = IAC; \ in sendnaws() macro
342 #define PUTSHORT(s, cp) do { \ macro