/netbsd-src/external/gpl2/gmake/dist/ |
H A D | read.c | 75 struct conditionals struct 85 static struct conditionals toplevel_conditionals; argument 86 static struct conditionals *conditionals = &toplevel_conditionals; variable 273 static struct conditionals * 274 install_conditionals (struct conditionals *new) in install_conditionals() 276 struct conditionals *save = conditionals; in install_conditionals() 279 conditionals = new; in install_conditionals() 287 restore_conditionals (struct conditionals *saved) in restore_conditionals() 290 if (conditionals->ignoring) in restore_conditionals() 291 free (conditionals->ignoring); in restore_conditionals() [all …]
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | conditionals | 2 $description = "Check GNU make conditionals."; 4 $details = "Attempt various different flavors of GNU make conditionals.";
|
/netbsd-src/external/gpl3/autoconf/dist/man/ |
H A D | ifnames.x | 2 ifnames \- Extract CPP conditionals from a set of files
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | directive-for-generating-endif.exp | 7 make: "directive-for-generating-endif.mk" line 30: 3 open conditionals
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 13 /// while loops and conditionals. The goal is that the C++ code generated will
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/druntime/ |
H A D | cpu.m4 | 8 # Detect target CPU and add DRUNTIME_CPU_XXX conditionals.
|
H A D | os.m4 | 60 # DRUNTIME_OS_OPENBSD DRUNTIME_OS_SOLARIS conditionals.
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/ |
H A D | cpu.m4 | 8 # Detect target CPU and add DRUNTIME_CPU_XXX conditionals.
|
H A D | os.m4 | 59 # DRUNTIME_OS_SOLARIS DRUNTIME_OS_OPENBSD conditionals.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
H A D | jump.md | 21 ;; jump, conditionals, calls, etc
|
H A D | cond.md | 21 ; conditionals - cmp, jcc, setcc, etc.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
H A D | jump.md | 21 ;; jump, conditionals, calls, etc
|
H A D | cond.md | 21 ; conditionals - cmp, jcc, setcc, etc.
|
/netbsd-src/external/gpl2/gmake/dist/tests/ |
H A D | ChangeLog | 230 * scripts/features/conditionals: Add tests for the new if... else 407 * scripts/features/conditionals: Test arguments to ifn?def which 418 * scripts/functions/if: Test if on conditionals with trailing 459 conditionals (Bug #1516). 500 * scripts/features/conditionals: Add a test for expanded variables 501 in ifdef conditionals.
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | eval | 60 # Test to make sure eval'ing inside conditionals works properly
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | ChangeLog | 158 (ENABLE_LIBASPRINTF, ENABLE_GLOCALE): New automake conditionals. 162 the conditionals.
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | README.md_defs | 17 lots of conditionals. It may be overridden / replaced in the MD code
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | NEWS | 234 . new conditionals @ifplaintext, @ifnotplaintext for the plain text 321 rather than @ifinfo. @ifinfo conditionals are not expanded with --html. 330 . new command line options to specify which conditionals to process 399 - @ifnothtml @ifnotinfo @ifnottex for more precise conditionals.
|
H A D | TODO | 56 - @else for the @if... conditionals.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl01.rst | 14 language that allows you to define functions, use conditionals, math,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | constraints.md | 45 ; Qxx - conditionals
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | constraints.md | 45 ; Qxx - conditionals
|
/netbsd-src/crypto/external/cpl/trousers/dist/ |
H A D | configure.ac | 274 # There's no need to edit anything below, these conditionals control the building
|
/netbsd-src/external/gpl3/gdb/dist/sim/igen/ |
H A D | ChangeLog-2021 | 223 * ld-insn.c (print_insn_words): For fields, print conditionals. 435 their operand fields have different conditionals. 513 (parse_insn_word): Verify field conditionals.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cpp.texi | 943 instead of @samp{#include}, then you don't need the conditionals 973 systems, for instance. You could do this with a series of conditionals, 3087 @cindex conditionals 3091 stream passed to the compiler. Preprocessor conditionals can test 3150 conditionals. 3233 they implement. You can test these macros with conditionals to avoid 3240 macro name to specify which program you want, writing conditionals to 3390 One common case of nested conditionals is used to check for more than two 3566 off contains conditionals, but they must be entire conditionals 3605 the installation in a consistent way, you can use conditionals to detect [all …]
|