Home
last modified time | relevance | path

Searched refs:_cpp_skip_block_comment (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h541 extern bool _cpp_skip_block_comment (cpp_reader *);
H A Dlex.c314 _cpp_skip_block_comment (cpp_reader *pfile) in _cpp_skip_block_comment() function
998 if (_cpp_skip_block_comment (pfile)) in _cpp_lex_direct()
H A Dtraditional.c158 unterminated = _cpp_skip_block_comment (pfile); in copy_comment()