Home
last modified time | relevance | path

Searched refs:is_nvspace (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/libcpp/
Dlex.c136 while (p != buffer->next_line && is_nvspace (p[-1])) in _cpp_clean_line()
181 while (p != buffer->next_line && is_nvspace (p[-1])) in _cpp_clean_line()
241 while (is_nvspace (*p)) in warn_in_comment()
408 while (is_nvspace (c)); in skip_whitespace()
Dinternal.h468 #define is_nvspace(x) IS_NVSPACE(x) macro
Dtraditional.c221 if (is_nvspace (c)) in skip_whitespace()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcpphash.h476 #define is_nvspace(x) IS_NVSPACE(x) macro
Dcpplex.c203 while (is_nvspace (next1) && buffer->cur < buffer->rlimit);
408 while (is_nvspace (c));
Dcpptrad.c266 if (is_nvspace (c) && c)
DChangeLog.41271 is_nvspace in terms of safe_ctype.h's macros.
14591 * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
14601 (skip_whitespace, lex_line): Clean up to use is_nvspace.