Home | History | Annotate | Download | only in python2.7

Lines Matching refs:eof

34             self.eof = None
36 self.eof = ''
105 # Maybe we got EOF instead?
106 while raw == self.eof:
108 return self.eof
112 # Neither inclusion nor EOF
114 if raw != self.eof:
117 print "shlex: token=EOF"
170 print "shlex: I see EOF in quotes state"
189 print "shlex: I see EOF in escape state"
245 print "shlex: raw token=EOF"
270 if token == self.eof: