Lines Matching defs:variable
231 struct variable {
239 static struct variable *variable_lookup(const char *name)
241 struct variable *v;
253 struct variable *v;
261 pperror("Recursive variable '%s' references itself (eventually)",
282 struct variable *v;
324 static void variable_del(struct variable *v)
334 struct variable *v, *tmp;
358 * If variable name is '1', '2', etc. It is generally an argument
359 * from a user-function call (i.e. local-scope variable). If not
406 * new_argv[0] represents a function name or a variable name. Put it
426 /* Last, try environment variable */
463 * In Kconfig, variable/function references always start with "$(".