Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c2097 const struct function_table_entry *entry_p) in expand_builtin_function() argument
2099 if (argc < (int)entry_p->minimum_args) in expand_builtin_function()
2102 argc, entry_p->name); in expand_builtin_function()
2111 if (!entry_p->func_ptr) in expand_builtin_function()
2113 _("unimplemented on this platform: function `%s'"), entry_p->name); in expand_builtin_function()
2115 return entry_p->func_ptr (o, argv, entry_p->name); in expand_builtin_function()
2126 const struct function_table_entry *entry_p; in handle_function() local
2138 entry_p = lookup_function (beg); in handle_function()
2140 if (!entry_p) in handle_function()
2146 beg = next_token (beg + entry_p->len); in handle_function()
[all …]