Searched refs:conditionals (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
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 …]
|
D | readme.vms | 161 Default rule for C++, conditionals for gcc (GCC_IS_NATIVE) or DEC/Digital/
|
D | ChangeLog | 745 return value -2 for lines which are not conditionals. The
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | conditionals | 2 $description = "Check GNU make conditionals."; 4 $details = "Attempt various different flavors of GNU make conditionals.";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 60 # Test to make sure eval'ing inside conditionals works properly
|
/ndk/sources/host-tools/make-3.81/tests/ |
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.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 229 * Conditional Syntax:: The syntax of conditionals. 1154 Supports "else if" non-nested conditionals. *Note Syntax of 1359 your command script proper, for these tests, not `make' conditionals. 4823 * Conditional Syntax:: The syntax of conditionals. 4868 As this example illustrates, conditionals work at the textual level: 5050 `make' evaluates conditionals when it reads a makefile. 5052 conditionals because they are not defined until commands are run (*note 5258 with conditionals. When comparing something with the empty string 5549 conditionals such as `ifeq' (*note Syntax of Conditionals:
|
D | make.texi | 255 * Conditional Syntax:: The syntax of conditionals. 1363 Supports ``else if'' non-nested conditionals. @xref{Conditional 1584 tests, not @code{make} conditionals. 5873 @cindex conditionals 5883 * Conditional Syntax:: The syntax of conditionals. 5927 As this example illustrates, conditionals work at the textual level: 6141 @code{make} evaluates conditionals when it reads a makefile. 6143 conditionals because they are not defined until commands are run 6393 with conditionals. When comparing something with the empty string 6810 conditionals such as @code{ifeq} (@pxref{Conditional Syntax, ,Syntax of
|
D | make.info-2 | 3591 * conditionals: Conditionals. (line 6)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 488 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they 2917 \message{conditionals,} 2921 % attempt to check whether the conditionals are properly nested. But we 2922 % have to remember that they are conditionals, so that @end doesn't 2952 % Ignore text until a line `@end #1', keeping track of nested conditionals.
|