Home
last modified time | relevance | path

Searched refs:digraphs (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dinit.c78 char digraphs; member
112 CPP_OPTION (pfile, digraphs) = l->digraphs; in cpp_set_lang()
H A Dlex.c1056 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 Dcpplex.c1147 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 Dcppinit.c438 char digraphs; member
471 CPP_OPTION (pfile, digraphs) = l->digraphs;
H A Dcpplib.h274 unsigned char digraphs; member
H A DChangeLog.42418 * 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 DChangeLog.36732 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
H A DChangeLog.616031 * cpp.texi: Add index entries for digraphs, and add comment
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h289 unsigned char digraphs; member
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dstandards.texi72 amendment added digraphs and @code{__STDC_VERSION__} to the language,
H A Dcpp.texi535 @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 Dstandards.texi72 amendment added digraphs and @code{__STDC_VERSION__} to the language,
H A Dcpp.texi574 @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 Dcpp.info514 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 Dgcc.info168 amendment added digraphs and `__STDC_VERSION__' to the language, but
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def125 LANGOPT(Digraphs , 1, 0, "digraphs")
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19953543 * lex.c (real_yylex): Handle digraphs.
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2462 defm digraphs : BoolFOption<"digraphs",
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNamesList.txt1520 @ 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
4073digraphs, 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 DChangeLog7937 * 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 DChangeLog.13192 * lex.c (real_yylex): Handle digraphs.