Home
last modified time | relevance | path

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

/scripts/
Dkernel-doc178 my ($function, %function_table, %parametertypes, $declaration_purpose);
315 $function_table{$function} = 1;
321 %function_table = ();
324 %function_table = ();
511 defined($function_table{$name})))
1093 defined($function_table{$name})) ||
1095 !($functype eq "function" && defined($function_table{$name}))))
1314 if (defined($function_table{$name})) {
1321 if (!($functype eq "function" && defined($function_table{$name}))) {
1328 if (defined($function_table{$name})) {
[all …]
/scripts/kconfig/
Dpreprocess.c194 static const struct function function_table[] = { variable
211 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()
212 f = &function_table[i]; in function_expand()