Home
last modified time | relevance | path

Searched refs:lowcase (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/editors/uemacs/uemacs-4.0/src/
H A Dchar.c39 return(lowcase[ch & 255] != 0);
67 return(lowcase[ch & 255]);
86 *cp = lowcase[*cp & 255];
110 return(lowcase[ch & 255]);
136 lowcase[index] = 0; in initchars()
142 lowcase[index] = index ^ DIFCASE; in initchars()
149 lowcase[index] = index ^ DIFCASE; in initchars()
173 lowcase[0x91] = 0x92; /* AE diphthong */ in initchars()
230 lowcase[ 230] = 198; /* ae diphthong */ in initchars()
246 lowcase[ 247] = 215; /* oe ligature */ in initchars()
[all …]
/dports/audio/p5-Audio-MPD-Common/Audio-MPD-Common-2.003/lib/Audio/MPD/Common/
H A DItem.pm28 my %lowcase;
29 @lowcase{ map { s/-/_/; lc } keys %params } = values %params;
31 return Audio::MPD::Common::Item::Song->new(\%lowcase) if exists $params{file};
32 return Audio::MPD::Common::Item::Directory->new(\%lowcase) if exists $params{directory};
33 return Audio::MPD::Common::Item::Playlist->new(\%lowcase) if exists $params{playlist};
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_unicode_lowcase.pl10 my %lowcase;
18 $lowcase{$symbol} = $folding;
64 if (exists $lowcase{$n}) {
65 printf(" 0x%05x,", $lowcase{$n});
/dports/devel/fpp/fdfpp/src/
H A Dlex.c459 c = lowcase(c); in getsym()
501 c = lowcase(*s); s++; in isfspec()
504 c = lowcase(*s); in isfspec()
514 c = lowcase(*s); in isfspec()
521 c = lowcase(*s); in isfspec()
533 c = lowcase(*s); in isfspec()
768 if (lowcase(c) == 'o' || lowcase(c) == 'x') { in get_token()
1060 else if (lowcase(c) == 'e'|| in get_token()
1061 lowcase(c) == 'd'|| in get_token()
1062 lowcase(c) == 'q') { in get_token()
[all …]
H A Dservice.c61 *s = lowcase(*s); in tolowcase()
69 *s = lowcase(*s); in tonlowcase()
H A Deval.y245 switch (lowcase(tokp->token[0])) { in yylex()
279 if (lowcase(c) == 'o') { in yylex()
284 else if (lowcase(c) == 'x') { in yylex()
295 CHECK(lowcase(tokp->token[1]) == 'x'); in yylex()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dsupport.h47 char * lowcase(char * str);
58 void lowcase(std::string &str);
/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dsupport.h47 char * lowcase(char * str);
58 void lowcase(std::string &str);
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dsupport.h48 char * lowcase(char * str);
60 void lowcase(std::string &str);
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dcorrect.cpp748 lowcase (newword); in save_root_cap()
753 lowcase (newword); in save_root_cap()
800 lowcase (newword); in save_root_cap()
811 lowcase (newword); in save_root_cap()
827 lowcase (newword); in save_root_cap()
838 lowcase (newword); in save_root_cap()
864 lowcase (newword); in save_root_cap()
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/utils/
H A Dcheckdisk.c63 char *lowcase (char *str);
78 lowcase(arg); in main()
238 char *lowcase (char *str) in lowcase() function
/dports/math/maxima/maxima-5.43.2/share/affine/
H A Dmake.lisp191 (defun lowcase (na &aux (*print-case* :downcase)) function
206 (si::faslink (our-merge (lowcase path) object-path)
268 (our-merge (lowcase file) source-path))
272 (our-merge (lowcase file) object-path))
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/midi/
H A Dmidi_win32.h63 lowcase(strconf); in Open()
68 lowcase(devname); in Open()
H A Dmidi_coremidi.h64 lowcase(strconf); in Open()
73 lowcase(devname); in Open()
/dports/news/atp/atp-1.50/
H A Dreply.c226 atp_BOOL_T lowcase = fido; /* True or False boolean valued */ in set_lowcase() local
231 lowcase = FALSE; in set_lowcase()
234 lowcase = TRUE; in set_lowcase()
237 lowcase = get_caps() ? FALSE : TRUE ; in set_lowcase()
239 return lowcase; in set_lowcase()
279 atp_BOOL_T lowcase; in get_from() local
288 lowcase = set_lowcase(mode, Header); in get_from()
289 if (!lowcase) in get_from()
/dports/emulators/dosbox/dosbox-0.74-3/src/misc/
H A Dsupport.cpp43 void lowcase(std::string &str) { in lowcase() function
88 char * lowcase(char * str) { in lowcase() function
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/misc/
H A Dsupport.cpp44 void lowcase(std::string &str) { in lowcase() function
89 char * lowcase(char * str) { in lowcase() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/scripts/
H A Dunicode-muncher.pl96 $mirrored, undef, undef, $upcase, $lowcase, $title) = split ';';
132 $lowerchar = $lowcase ? hex($lowcase) - $ch : 0;
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dmisc_utils.F9070 public :: upcase, lowcase
220 subroutine lowcase(instr, outstr) subroutine
244 end subroutine lowcase argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/scripts/
H A Dunicode-muncher.pl96 $mirrored, undef, undef, $upcase, $lowcase, $title) = split ';';
132 $lowerchar = $lowcase ? hex($lowcase) - $ch : 0;

12345678910>>...18