Searched refs:is_hspace (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h599 #define is_hspace(x) ISBLANK(x) macro
H A Dfiles.c1655 while ((ch = getc (f)) != EOF && is_hspace (ch))
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h626 #define is_hspace(x) ISBLANK(x) macro
H A Dfiles.cc1795 while ((ch = getc (f)) != EOF && is_hspace (ch))

Completed in 133 milliseconds