Home | History | Annotate | Download | only in sockets

Lines Matching refs:iac

23 IAC  = chr(255) # Interpret as command
68 iac = 0 # Interpret next char as command
83 elif iac:
84 iac = 0
85 if c == IAC:
90 opt = IAC + WONT
94 opt = IAC + DONT
97 elif c == IAC:
98 iac = 1
99 print '(IAC)',