Lines Matching defs:function
105 struct function {
190 static const struct function function_table[] = {
204 const struct function *f;
213 pperror("too few function arguments passed to '%s'",
217 pperror("too many function arguments passed to '%s'",
342 * function call.
359 * from a user-function call (i.e. local-scope variable). If not
372 * The function name and arguments are separated by a comma.
373 * For example, if the function call is like this:
388 pperror("too many function arguments");
401 pperror("too many function arguments");
406 * new_argv[0] represents a function name or a variable name. Put it
463 * In Kconfig, variable/function references always start with "$(".