| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 390 len = cpp_spell_token (pfile, token, buf) - buf; 395 dest = cpp_spell_token (pfile, token, dest); 439 end = cpp_spell_token (pfile, lhs, buf); 447 end = cpp_spell_token (pfile, rhs, end); 1777 buffer = cpp_spell_token (pfile, token, buffer);
|
| H A D | cpplib.h | 570 extern unsigned char *cpp_spell_token PARAMS ((cpp_reader *, const cpp_token *,
|
| H A D | cpplex.c | 1372 cpp_spell_token (pfile, token, buffer) in cpp_spell_token() function 1453 end = cpp_spell_token (pfile, token, start);
|
| H A D | cpplib.c | 594 total_len = cpp_spell_token (pfile, token, &buffer[total_len]) - buffer;
|
| H A D | ChangeLog.4 | 4584 * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token, 5257 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
|
| H A D | ChangeLog.5 | 3714 cpp_spell_token, cpp_output_token): Similarly. 9381 * cpplex.c (cpp_spell_token): Cast enums to int for minus.
|
| H A D | ChangeLog.6 | 3429 * cpplex.c (cpp_spell_token): Similarly. 9229 (cpp_token_len, cpp_spell_token, cpp_output_token,
|
| H A D | ChangeLog.7 | 11077 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 399 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg() 404 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg() 440 end = lhsend = cpp_spell_token (pfile, lhs, buf, false); in paste_tokens() 448 end = cpp_spell_token (pfile, rhs, end, false); in paste_tokens() 1807 buffer = cpp_spell_token (pfile, token, buffer, false); in cpp_macro_definition()
|
| H A D | ChangeLog | 449 * directives.c (glue_header_name): Update call to cpp_spell_token. 458 (cpp_spell_token): Add FORSTRING parameter. Use it. 459 (cpp_token_as_text): Update call to cpp_spell_token. 461 (stringify_arg): Update call to cpp_spell_token. 467 * include/cpplib.h: Add parameter to cpp_spell_token.
|
| H A D | lex.c | 445 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization() 1276 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function 1345 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
|
| H A D | directives.c | 646 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 673 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-lex.c | 430 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
| H A D | cppinternals.info | 111 `cpp_spell_token' and `cpp_token_len'. These functions are useful when
|