Home
last modified time | relevance | path

Searched refs:CHAR_IS_BLANK (Results 1 – 5 of 5) 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
169 (CHAR_IS_BLANK (c) \
/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
167 (CHAR_IS_BLANK (c) \
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Ddata-types.h85 #define CHAR_IS_BLANK(ch) ((ch) == 32 || (ch) == 0) macro
H A Dscreen.c2594 while (xlimit > 0 && CHAR_IS_BLANK(line->cpu_cells[xlimit - 1].ch)) xlimit--; in screen_selection_range_for_line()
2595 while (xstart < xlimit && CHAR_IS_BLANK(line->cpu_cells[xstart].ch)) xstart++; in screen_selection_range_for_line()
/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
231 (CHAR_IS_BLANK (c) \