Home
last modified time | relevance | path

Searched refs:ignorecase (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
DLong.pm47 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/
Dspell.ok75 ignorecase
/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py40 self.ignorecase = False
223 if self.ignorecase:
Dpty_spawn.py232 s.append('ignorecase: ' + str(self.ignorecase))
/openbsd/src/usr.bin/vi/
DFAQ47 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/
Dspell.ok192 ignorecase
/openbsd/src/usr.bin/ssh/
Dmisc.c95 strprefix(const char *s, const char *prefix, int ignorecase) in strprefix() argument
101 if (ignorecase) { in strprefix()
/openbsd/src/usr.bin/vi/docs/tutorial/
Dvi.advanced85 44.9 ignorecase
1208 Section 44.9: {ignorecase}, {ic} default: noic