Searched refs:try_variable_definition (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dvariable.h149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
H A Dread.c690 && !try_variable_definition (fstart, p2, o_override, 0))
710 v = try_variable_definition (fstart, p2, o_file, 0);
850 if (try_variable_definition (fstart, p, o_file, 0))
1830 v = try_variable_definition (flocp, defn, origin, 1);
H A Dvariable.c1001 See the try_variable_definition() function for details on the parameters. */
1348 try_variable_definition (const struct floc *flocp, char *line,
1335 try_variable_definition (const struct floc *flocp, char *line, function
H A Dmain.c2310 v = try_variable_definition (0, arg, o_command, 0);

Completed in 348 milliseconds