Searched refs:_cpp_handle_directive (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives-only.c104 _cpp_handle_directive (pfile, 0 /* ignore indented */);
H A Dinit.c528 _cpp_handle_directive (pfile, token->flags & PREV_WHITE);
H A Dinternal.h564 extern int _cpp_handle_directive (cpp_reader *, int);
H A Dlex.c790 /* Is this a directive. If _cpp_handle_directive returns
798 if (_cpp_handle_directive (pfile, result->flags & PREV_WHITE))
H A Dtraditional.c593 /* A directive. With the way _cpp_handle_directive
598 call _cpp_handle_directive. */
629 _cpp_handle_directive (pfile, false /* indented */);
H A Ddirectives.c373 _cpp_handle_directive (cpp_reader *pfile, int indented) function
906 _cpp_handle_directive risks two calls to _cpp_backup_tokens in

Completed in 109 milliseconds