Searched defs:IAC (Results 1 – 9 of 9) sorted by relevance
23 IAC = chr(255) # Interpret as command variable
24 IAC = chr(255) # Interpret as command variable
269 IAC = 255 variable in NegTokens
51 IAC = chr(255) # "Interpret As Command" variable
50 IAC = bytes([255]) # "Interpret As Command" variable
4 #define IAC 255 macro
67 #define IAC 255 /* interpret as command: */ macro
111 IAC = b'\xff' # Interpret As Command variable
85 IAC = to_bytes([255]) # Interpret As Command variable