OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Islower
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
char.h
78
#define
Islower
(c) (((c) & QUOTE) ? 0 :
islower
((unsigned char) (c)))
90
#define
Islower
(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly))
char.h
78
#define
Islower
(c) (((c) & QUOTE) ? 0 :
islower
((unsigned char) (c)))
90
#define
Islower
(c) (cmap(c,_LOW) && !(((c) & META) && AsciiOnly))
Completed in 20 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025