OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:islower
(Results
1 - 25
of
61
) sorted by relevancy
1
2
3
/xsrc/external/mit/ctwm/dist/
util.h
53
#define
Islower
(c)
islower
((int)(unsigned char)(c))
/xsrc/external/mit/xedit/dist/lisp/
string.c
86
if (ignore_case &&
islower
(value))
103
if (ignore_case &&
islower
(next_value))
109
if (ignore_case &&
islower
(value))
121
if (ignore_case &&
islower
(next_value))
273
result = isupper(value) ||
islower
(value) ? T : NIL;
279
result =
islower
(value) ? T : NIL;
628
if (
islower
(character))
format.c
421
if (
islower
(tmpcmd))
1095
if (
islower
(*ptr))
1111
if (
islower
(*ptr))
read.c
1140
if (
islower
(ch))
1178
if (
islower
(ch))
1656
else if (
islower
(ch))
package.c
108
if (
islower
(*ptr) || strchr("\"\\;#()`'|:", *ptr) ||
/xsrc/external/mit/xedit/dist/lisp/re/
rec.c
124
(!isupper(*inf.ptr) && !
islower
(*inf.ptr)))
231
(!isupper(inf.ptr[-1]) && !
islower
(inf.ptr[-1])))
559
if (
islower
(value)) {
reo.c
419
((
islower
(j[0]) && toupper(j[0]) == j[1]) ||
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h
1920
inline bool
IsLower
(char ch) {
1921
return
islower
(static_cast<unsigned char>(ch)) != 0;
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h
2260
inline bool
IsLower
(char ch) {
2261
return
islower
(static_cast<unsigned char>(ch)) != 0;
/xsrc/external/mit/libxkbfile/dist/src/
cout.c
1082
if (
islower
(*tmp))
/xsrc/external/mit/xterm/dist/
graphics_regis.c
3161
if (!
islower
(CharOf(ch)) && !isupper(CharOf(ch)) && ch != '@') {
5785
if (
islower
(CharOf(name)))
6930
if (
islower
(CharOf(name)))
7460
if (
islower
(CharOf(name)))
/xsrc/external/mit/xedit/dist/lisp/mp/
mpi.c
318
if (
islower
(value))
/xsrc/external/mit/xedit/dist/
ispell.c
269
IsLower
(int ch)
296
#define
IsLower
islower
504
if (
IsLower
(*str))
507
if (upper &&
IsLower
(*str))
/xsrc/external/mit/evieext/dist/
configure
4048
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4049
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4051
# define
ISLOWER
(c) \
4055
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4064
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/xf86dga/dist/
configure
4058
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4059
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4061
# define
ISLOWER
(c) \
4065
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4074
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/xf86-video-intel-old/dist/
configure
6796
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
6797
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
6799
# define
ISLOWER
(c) \
6803
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
6812
if (XOR (
islower
(i),
ISLOWER
(i))
12233
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
12234
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
12236
# define
ISLOWER
(c) \
12240
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c)
[
all
...]
/xsrc/external/mit/xf86-video-openchrome/dist/
configure
7377
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
7378
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
7380
# define
ISLOWER
(c) \
7384
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
7393
if (XOR (
islower
(i),
ISLOWER
(i))
12212
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
12213
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
12215
# define
ISLOWER
(c) \
12219
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c)
[
all
...]
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
configure
4118
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4119
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4121
# define
ISLOWER
(c) \
4125
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4134
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/libXaw/dist/src/
TextAction.c
4197
IsLower
(int ch)
4225
#define
IsLower
islower
/xsrc/external/mit/xproxymanagementprotocol/dist/
configure
4003
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4004
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4006
# define
ISLOWER
(c) \
4010
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4019
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/xf86-video-imstt/dist/
configure
4255
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4256
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4258
# define
ISLOWER
(c) \
4262
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4271
if (XOR (
islower
(i),
ISLOWER
(i))
19960
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
19961
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
19963
# define
ISLOWER
(c) \
19967
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c)
[
all
...]
/xsrc/external/mit/xf86-video-nsc/dist/
configure
4267
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4268
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4270
# define
ISLOWER
(c) \
4274
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4283
if (XOR (
islower
(i),
ISLOWER
(i))
20180
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
20181
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
20183
# define
ISLOWER
(c) \
20187
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c)
[
all
...]
/xsrc/external/mit/beforelight/dist/
configure
4290
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4291
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4293
# define
ISLOWER
(c) \
4297
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4306
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/glw/dist/
configure
7388
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
7389
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
7391
# define
ISLOWER
(c) \
7395
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
7404
if (XOR (
islower
(i),
ISLOWER
(i))
/xsrc/external/mit/libXevie/dist/
configure
4223
# define
ISLOWER
(c) ('a' <= (c) && (c) <= 'z')
4224
# define TOUPPER(c) (
ISLOWER
(c) ? 'A' + ((c) - 'a') : (c))
4226
# define
ISLOWER
(c) \
4230
# define TOUPPER(c) (
ISLOWER
(c) ? ((c) | 0x40) : (c))
4239
if (XOR (
islower
(i),
ISLOWER
(i))
Completed in 105 milliseconds
1
2
3
Indexes created Fri Jun 12 00:25:51 UTC 2026