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 - 1
of
1
) 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)
Completed in 11 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025