Home
last modified time | relevance | path

Searched refs:flavor (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dflavor2 $description = "Test the flavor function.";
13 $(info u $(flavor u))
14 $(info s $(flavor s))
15 $(info r $(flavor r))
20 $(info ra $(flavor ra))
21 $(info rc $(flavor rc))
26 $(info s $(flavor s))
27 $(info r $(flavor r))
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c43 long int flavor; member
77 new->flavor = ef_cxa; in __cxa_atexit()
122 if (l->fns[i].flavor == ef_free) in __new_exitfn()
146 l->fns[i].flavor = ef_us; in __new_exitfn()
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { in __cxa_finalize()
176 f->flavor = ef_free; in __cxa_finalize()
/ndk/sources/host-tools/make-3.81/
Dvariable.c502 if (p->variable.flavor == f_simple) in initialize_file_variables()
509 v->flavor = f_simple; in initialize_file_variables()
516 p->variable.flavor, 1); in initialize_file_variables()
995 enum variable_flavor flavor, int target_var) in do_variable_definition() argument
1004 switch (flavor) in do_variable_definition()
1025 flavor = f_recursive; in do_variable_definition()
1055 flavor = f_recursive; in do_variable_definition()
1068 flavor = f_recursive; in do_variable_definition()
1118 shellpath, origin, flavor == f_recursive, in do_variable_definition()
1160 flavor == f_recursive, flocp); in do_variable_definition()
[all …]
Dvariable.h70 flavor ENUM_BITFIELD (3); /* Variable flavor. */
147 …har *name, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
Dmisc.c637 log_access (const char *flavor) in log_access() argument
647 flavor, (unsigned long) geteuid (), (unsigned long) getuid (), in log_access()
DSMakefile50 # Which flavor of remote job execution support to use.
DNEWS112 - $(flavor ...) returns the flavor of a variable.
Dread.c1797 if (v->flavor == f_simple) in record_target_var()
DChangeLog416 * function.c (func_flavor): Implement the flavor function which
417 returns the flavor of a variable.
1617 conditional. Also remember its flavor.
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog103 * scripts/functions/flavor: Add a test for the flavor function.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1243 * Flavor Function:: Find out the flavor of a variable.
4042 The first flavor of variable is a "recursively expanded" variable.
4062 This flavor of variable is the only sort supported by other versions
4086 variables, there is another flavor: simply expanded variables.
4485 depends on what flavor of variable you defined originally. *Note The
4737 the two variables do not have to have the same flavor (recursive vs.
5115 * Flavor Function:: Find out the flavor of a variable.
5645 its value and flavor after the `foreach' function call are the same as
5929 8.10 The `flavor' Function
5932 The `flavor' function is unlike most other functions (and like `origin'
[all …]
Dmake.texi269 * Flavor Function:: Find out the flavor of a variable.
4897 The first flavor of variable is a @dfn{recursively expanded} variable.
4920 This flavor of variable is the only sort supported by other versions of
4953 variables, there is another flavor: simply expanded variables.
5471 what @samp{+=} does depends on what flavor of variable you defined
5789 flavor (recursive vs.@: static).
6205 * Flavor Function:: Find out the flavor of a variable.
6916 @var{var}; its value and flavor after the @code{foreach} function call are
7254 @section The @code{flavor} Function
7255 @findex flavor
[all …]
Dmake.info-22307 `$(flavor VARIABLE)'
2308 Return a string describing the flavor of the `make' variable
2310 *Note The `flavor' Function: Flavor Function.
3690 * flavor of variable: Flavor Function. (line 6)
4120 * variables, flavor of: Flavor Function. (line 6)
4307 * flavor: Flavor Function. (line 6)