OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isblank
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
ctype_inline.h
71
#define
isblank
(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_BL))
macro
/src/tools/compat/
compat_defs.h
414
#if !HAVE_DECL_ISBLANK && !defined(
isblank
)
415
#define
isblank
(x) ((x) == ' ' || (x) == '\t')
macro
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025