Home
last modified time | relevance | path

Searched refs:cpp_output_token (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-ppoutput.c175 cpp_output_token (token, print.outf); in scan_translation_unit()
357 cpp_output_token (*comments, print.outf); in cb_include()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h695 extern void cpp_output_token PARAMS ((const cpp_token *, FILE *));
H A Dcppmain.c178 cpp_output_token (token, pfile->print.outf);
H A Dcpplex.c1472 cpp_output_token (token, fp) in cpp_output_token() function
1634 cpp_output_token (token, fp);
H A DChangeLog.53208 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
3714 cpp_spell_token, cpp_output_token): Similarly.
9382 (cpp_output_token): Likewise.
H A DChangeLog.69229 (cpp_token_len, cpp_spell_token, cpp_output_token,
9873 * cpplex.c (cpp_output_token): Use a putc loop for
10087 (cpp_output_token): Don't print leading whitespace.
H A DChangeLog.44584 * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h804 extern void cpp_output_token (const cpp_token *, FILE *);
/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c1363 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() function
1507 cpp_output_token (token, fp); in cpp_output_line()
H A DChangeLog460 (cpp_output_token): Write UCNs back out.