Home
last modified time | relevance | path

Searched refs:igncase (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/File/
DBasename.pm112 my($type,$igncase) = ($Fileparse_fstype, $Fileparse_igncase);
164 my $pat = ($igncase ? '(?i)' : '') . "($suffix)\$";
/mirbsd/src/bin/mksh/
Dhistrap.c1076 gettrap(const char *cs, bool igncase) in gettrap() argument
1095 if (igncase) { in gettrap()