Home
last modified time | relevance | path

Searched refs:conditionals (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl2/gmake/dist/
H A Dread.c75 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 Dconditionals2 $description = "Check GNU make conditionals.";
4 $details = "Attempt various different flavors of GNU make conditionals.";
/netbsd-src/external/gpl3/autoconf/dist/man/
H A Difnames.x2 ifnames \- Extract CPP conditionals from a set of files
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-for-generating-endif.exp7 make: "directive-for-generating-endif.mk" line 30: 3 open conditionals
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto13 /// while loops and conditionals. The goal is that the C++ code generated will
/netbsd-src/external/gpl3/gcc/dist/libphobos/m4/druntime/
H A Dcpu.m48 # Detect target CPU and add DRUNTIME_CPU_XXX conditionals.
H A Dos.m460 # DRUNTIME_OS_OPENBSD DRUNTIME_OS_SOLARIS conditionals.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
H A Dcpu.m48 # Detect target CPU and add DRUNTIME_CPU_XXX conditionals.
H A Dos.m459 # DRUNTIME_OS_SOLARIS DRUNTIME_OS_OPENBSD conditionals.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Djump.md21 ;; jump, conditionals, calls, etc
H A Dcond.md21 ; conditionals - cmp, jcc, setcc, etc.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Djump.md21 ;; jump, conditionals, calls, etc
H A Dcond.md21 ; conditionals - cmp, jcc, setcc, etc.
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DChangeLog230 * 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 Deval60 # Test to make sure eval'ing inside conditionals works properly
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A DChangeLog158 (ENABLE_LIBASPRINTF, ENABLE_GLOCALE): New automake conditionals.
162 the conditionals.
/netbsd-src/usr.sbin/sysinst/
H A DREADME.md_defs17 lots of conditionals. It may be overridden / replaced in the MD code
/netbsd-src/external/gpl2/texinfo/dist/
H A DNEWS234 . 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 DTODO56 - @else for the @if... conditionals.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl01.rst14 language that allows you to define functions, use conditionals, math,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Dconstraints.md45 ; Qxx - conditionals
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Dconstraints.md45 ; Qxx - conditionals
/netbsd-src/crypto/external/cpl/trousers/dist/
H A Dconfigure.ac274 # There's no need to edit anything below, these conditionals control the building
/netbsd-src/external/gpl3/gdb/dist/sim/igen/
H A DChangeLog-2021223 * 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 Dcpp.texi943 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 …]

12345678910>>...13