Home | History | Annotate | Download | only in pexpect

Lines Matching refs:ignorecase

401         self.ignorecase = False
505 s.append('ignorecase: ' + str(self.ignorecase))
1288 if self.ignorecase:
1289 compile_flags = compile_flags | re.IGNORECASE