Searched refs:traditional (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/usr.bin/uuencode/tests/
H A Dregress.sh7 REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
H A DMakefile9 FILES+= regress.traditional.out
/freebsd-10-stable/usr.bin/uudecode/tests/
H A Dregress.sh7 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
H A DMakefile9 FILES+= regress.traditional.in
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h36 Variadic macros cannot occur with traditional cpp. */
46 /* Replacement tokens (ISO) or replacement text (traditional). See
47 comment at top of cpptrad.c for how traditional function-like
53 } GTY ((desc ("%1.traditional"))) exp;
58 /* Number of tokens in expansion, or bytes for traditional macros. */
77 unsigned int traditional : 1;
H A Dcpplib.h332 traditional C. */
391 /* True for traditional preprocessing. */
392 unsigned char traditional; member in struct:cpp_options
/freebsd-10-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile16 mkdeps.c pch.c symtab.c traditional.c
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinit.c316 /* Keep builtins not used for -traditional-cpp at the end, and
361 if (CPP_OPTION (pfile, traditional))
384 if (!CPP_OPTION (pfile, traditional)
637 CPP_OPTION (pfile, traditional) = 0;
643 if (CPP_OPTION (pfile, traditional))
H A Derrors.c147 if (CPP_OPTION (pfile, traditional))
H A Dmacro.c200 if (CPP_OPTION (pfile, traditional))
779 "function-like macro \"%s\" must be used with arguments in traditional C",
1002 /* Push a traditional macro's replacement text. */
1190 if (CPP_OPTION (pfile, traditional))
1251 traditional redefinitions with just whitespace differences. */
1263 if (CPP_OPTION (pfile, traditional))
1414 find them and warn of traditional stringification. */
1561 macro->traditional = 0;
1608 if (CPP_OPTION (pfile, traditional))
1697 "macro argument \"%s\" would be stringified in traditional
[all...]
H A Dtraditional.c1 /* CPP Library - traditional lexical analysis and macro expansion.
704 macro->traditional = 1;
711 /* Returns TRUE if traditional macro recursion is detected. */
720 However, it is possible to have traditional function-like macros
938 macro->traditional = 1;
954 macro->traditional = 1;
H A Ddirectives.c59 come from traditional (K&R) C. STDC89 directives come from the
277 else if (CPP_OPTION (pfile, traditional))
348 indented, and directives present in traditional C must not.
355 "suggest not using #elif in traditional C");
358 "traditional C ignores #%s with the # indented",
362 "suggest hiding #%s from traditional C with an indented #",
468 if (CPP_OPTION (pfile, traditional))
502 if (CPP_OPTION (pfile, traditional))
H A Dcharset.c953 "the meaning of '\\%c' is different in traditional C",
1133 "the meaning of '\\x' is different in traditional C");
1264 "the meaning of '\\a' is different in traditional C");
/freebsd-10-stable/contrib/gcc/
H A Dc-ppoutput.c78 else if (cpp_get_options (pfile)->traditional)
318 if (!CPP_OPTION (pfile, traditional))
H A Dc-cppbuiltin.c569 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional)
H A Dc-opts.c982 cpp_opts->traditional = 1;
1398 if (cpp_opts->traditional)
1399 error ("-fdirectives-only is incompatible with -traditional");
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DOpenBSD.mk29 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DNetBSD.mk35 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DIRIX.mk26 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DGeneric.mk39 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
/freebsd-10-stable/contrib/bmake/mk/
H A Down.mk42 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
/freebsd-10-stable/share/mk/
H A Dbsd.sys.mk17 CFLAGS+= -traditional
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3686 int traditional = 0; // don't handle \patterns local
3699 if (have_keyword || traditional) // we are done
3701 else { // rescan file in `traditional' mode
3703 traditional = 1;
3722 if (!traditional) {
3785 if (have_patterns || final_pattern || traditional) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp97 // TODO: K&R: the meaning of '\\a' is different in traditional C
1263 // TODO: K&R warning: "traditional C rejects string constant concatenation"
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dscan.l503 /* suffix U is illegal in traditional C */
684 /* suffixes F and L are illegal in traditional C */
875 /* \? undefined in traditional C */
882 /* \a undefined in traditional C */
897 /* \v undefined in traditional C */
924 /* \x undefined in traditional C */
1167 (void)gnuism(312, tflag ? "traditional" : "ANSI");

Completed in 227 milliseconds

12