| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | init.c | 78 char digraphs; member 112 CPP_OPTION (pfile, digraphs) = l->digraphs; in cpp_set_lang()
|
| H A D | lex.c | 1056 else if (CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct() 1088 else if (CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct() 1165 else if (*buffer->cur == '>' && CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplex.c | 1147 else if (c == ':' && CPP_OPTION (pfile, digraphs)) 1152 else if (c == '%' && CPP_OPTION (pfile, digraphs)) 1183 else if (CPP_OPTION (pfile, digraphs) && c == ':') 1199 else if (CPP_OPTION (pfile, digraphs) && c == '>') 1302 else if (c == '>' && CPP_OPTION (pfile, digraphs))
|
| H A D | cppinit.c | 438 char digraphs; member 471 CPP_OPTION (pfile, digraphs) = l->digraphs;
|
| H A D | cpplib.h | 274 unsigned char digraphs; member
|
| H A D | ChangeLog.4 | 2418 * c-lex.c (init_c_lex): Don't do anything for digraphs. 14172 honor digraphs. 14481 * cppinit.c: (cpp_reader_init): Allow digraphs by default. 14482 (handle_option): Set digraphs according to standard. 14485 * cpplex.c: (lex_line, can_paste): Honor digraphs in 14486 accordance with the digraphs flag. 14488 * cpplib.h: (struct cpp_options): New option digraphs.
|
| H A D | ChangeLog.3 | 6732 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
|
| H A D | ChangeLog.6 | 16031 * cpp.texi: Add index entries for digraphs, and add comment
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 289 unsigned char digraphs; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | standards.texi | 72 amendment added digraphs and @code{__STDC_VERSION__} to the language,
|
| H A D | cpp.texi | 535 @cindex digraphs 541 punctuators. There are also six @dfn{digraphs}, which the C++ standard 545 unlike trigraphs, but does not cover as much ground. The digraphs and 3619 If you use digraphs the behavior is undefined.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | standards.texi | 72 amendment added digraphs and @code{__STDC_VERSION__} to the language,
|
| H A D | cpp.texi | 574 @cindex digraphs 580 punctuators. There are also six @dfn{digraphs}, which the C++ standard 584 unlike trigraphs, but does not cover as much ground. The digraphs and 3728 If you use digraphs the behavior is undefined.
|
| H A D | cpp.info | 514 There are also six "digraphs", which the C++ standard calls 518 unlike trigraphs, but does not cover as much ground. The digraphs and 3377 * If you use digraphs the behavior is undefined. 5085 * digraphs: Tokenization. (line 106)
|
| H A D | gcc.info | 168 amendment added digraphs and `__STDC_VERSION__' to the language, but
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 125 LANGOPT(Digraphs , 1, 0, "digraphs")
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1995 | 3543 * lex.c (real_yylex): Handle digraphs.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2462 defm digraphs : BoolFOption<"digraphs",
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NamesList.txt | 1520 @ Latin digraphs matching Serbian Cyrillic letters 1521 @+ These digraphs are for Gaj's Latin alphabet, used in writing Bosnian, Croatian, Serbian, and Mo… 3243 @ Historic digraphs 3821 @ Yiddish digraphs 4071 * forms digraphs 4073 …digraphs, but their compatibility decompositions do not reflect the preferred order of representat… 4234 * forms aspirate digraphs in Urdu and other languages of South Asia
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 7937 * gcc.dg/cpp/digraphs.c: Declare puts. 10386 testsuite/gcc.dg/cpp/digraphs.c: New tests.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.1 | 3192 * lex.c (real_yylex): Handle digraphs.
|