Home
last modified time | relevance | path

Searched defs:CHAR_IS_BLANK (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dread.c159 # define CHAR_IS_BLANK(_chr) \ macro
162 # define CHAR_IS_BLANK CHAR_IS_BLANK_ macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dread.c157 # define CHAR_IS_BLANK(_chr) \ macro
160 # define CHAR_IS_BLANK CHAR_IS_BLANK_ macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dread.c221 # define CHAR_IS_BLANK(_chr) \ macro
224 # define CHAR_IS_BLANK CHAR_IS_BLANK_ macro
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Ddata-types.h85 #define CHAR_IS_BLANK(ch) ((ch) == 32 || (ch) == 0) macro