OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Isspace
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
char.h
75
#define
Isspace
(c) (((c) & QUOTE) ? 0 :
isspace
((unsigned char) (c)))
87
#define
Isspace
(c) cmap(c, _SP|_NL)
char.h
75
#define
Isspace
(c) (((c) & QUOTE) ? 0 :
isspace
((unsigned char) (c)))
87
#define
Isspace
(c) cmap(c, _SP|_NL)
Completed in 42 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025