Searched defs:LFLOW (Results 1 – 15 of 15) sorted by relevance
56 #define LFLOW 33 // remote flow control macro
112 LFLOW = chr(33) # remote flow control variable
130 LFLOW = chr(33).encode('latin-1') # remote flow control variable
105 LFLOW = chr(33) # remote flow control variable
105 LFLOW = bytes([33]) # remote flow control variable
106 LFLOW = chr(33) # remote flow control variable