Searched refs:ignorecase (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/ |
| D | Long.pm | 47 our ($autoabbrev, $getopt_compat, $ignorecase, $bundling, $order, 93 $ignorecase = 1; # ignore case when matching options 251 "ignorecase=$ignorecase,", 847 if $ignorecase > (($bundling && length($_) == 1) ? 1 : 0); 915 $tryopt = $ignorecase ? lc($opt) : $opt; 930 $tryopt = lc ($tryopt) if $ignorecase > 1; 945 $tryopt = lc ($tryopt) if $ignorecase > 1; 957 $opt = lc ($opt) if $ignorecase; 1000 if $ignorecase > (($bundling && length($tryopt) == 1) ? 1 : 0); 1007 elsif ( $ignorecase ) { [all …]
|
| /openbsd/src/usr.bin/vi/docs/USD.doc/vi.man/ |
| D | spell.ok | 75 ignorecase
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| D | spawnbase.py | 40 self.ignorecase = False 223 if self.ignorecase:
|
| D | pty_spawn.py | 232 s.append('ignorecase: ' + str(self.ignorecase))
|
| /openbsd/src/usr.bin/vi/ |
| D | FAQ | 47 Q: How does the iclower edit option differ from the ignorecase (i.e. ic) 49 A: The difference is that the ignorecase edit option always ignores the 53 it will be treated case-sensitively, as if the ignorecase edit option
|
| /openbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 192 ignorecase
|
| /openbsd/src/usr.bin/ssh/ |
| D | misc.c | 95 strprefix(const char *s, const char *prefix, int ignorecase) in strprefix() argument 101 if (ignorecase) { in strprefix()
|
| /openbsd/src/usr.bin/vi/docs/tutorial/ |
| D | vi.advanced | 85 44.9 ignorecase 1208 Section 44.9: {ignorecase}, {ic} default: noic
|