OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Isupper
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
char.h
79
#define
Isupper
(c) (((c) & QUOTE) ? 0 :
isupper
((unsigned char) (c)))
91
#define
Isupper
(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))
char.h
79
#define
Isupper
(c) (((c) & QUOTE) ? 0 :
isupper
((unsigned char) (c)))
91
#define
Isupper
(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))
Completed in 71 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025